up vote 0 down vote favorite
share [g+] share [fb]

I have one background texture that is a wood grain, and I have a menu hover background colour that I would like to match the overall tone of the texture as closely as possible. Using a tool such as ColorZilla, or something similar, can I get an 'average' colour of the texture?

link|improve this question

68% accept rate
1  
Not really programming related - belongs on superuser – ChrisF Oct 18 '09 at 18:43
This is web development dude, not use of a computer. – ProfKaos Oct 18 '09 at 19:35
@ProfKaos - you asked for a tool not how to write a program. That's the distinction between SO and SU. – ChrisF Oct 19 '09 at 22:25
feedback

migrated from stackoverflow.com Oct 19 '09 at 21:36

This question came from our site for professional and enthusiast programmers.

3 Answers

up vote 1 down vote accepted

Most graphics packages allow resizing the image, with the required averaging out of the colours. So, resize the image to a single pixel, and 'pick' the colour that results.

link|improve this answer
feedback

I don’t know about ColorZilla, but graphics software like Photoshop, Gimp, paint.net, etc. should all have a filter function that takes any image and computes the average color from all pixels.

Here is a website that does the same: http://www.wisegeek.com/how-can-i-find-the-average-color-in-a-photograph.htm

link|improve this answer
feedback

I think there's an average filter in photoshop, under the blur category or something. You can color pick the resulting color to find out what it is.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.