Shades of Tom Thumb #556F49
Tints of Tom Thumb #556F49
RGB
CMYK
RGB Variations
Color information
#556F49 (or 0x556F49) is known color: Tom Thumb. HEX triplet: 55, 6F and 49. RGB value is (85,111,73). Sum of RGB (Red+Green+Blue) = 85+111+73=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 111 - color contains mainly: green. Hex color #556F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556F49 is #AA90B6. Grayscale: #636363. Windows color (decimal): -11178167 or 4812629. OLE color: 4812629.
HSL color Cylindrical-coordinate representation of color #556F49: hue angle of 101.05º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #556F49 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 111 | 73 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.56 |
| HSL | 101.05º | 0.21% | 0.36% | - |
| HSV(B) | 101.05º | 0.34% | 0.44% | - |
| XYZ | 10.63 | 13.78 | 8.4 | - |
| YUV | 98.89 | 113.39 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 111 | 73 | 0.23 | 0 | 0.34 | 0.56 | 101.05 | 0.21 | 0.36 |
| Hex | 55 | 6F | 49 | 17 | 0 | 22 | 38 | 65 | 15 | 24 |
| Octal | 125 | 157 | 111 | 27 | 0 | 42 | 70 | 145 | 25 | 44 |
| Binary | 1010101 | 1101111 | 1001001 | 10111 | 0 | 100010 | 111000 | 1100101 | 10101 | 100100 |
Color Harmonies of #556F49
Complementary color
Monochromatic Colors of #556F49
Black with #556F49
Text Example
Text Example
White with #556F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556F49; }
p { color: rgb(85,111,73); }
H1.HeaderClassName
{
color: #556F49;
}
.AnyTagClassName
{
color: #556F49;
}
</style>
background-color css
<style>
a { background-color: #556F49; }
a { background-color: rgb(85,111,73); }
div.DivClassName
{
background-color: #556F49;
}
.BgClassName
{
background-color: #556F49;
}
</style>
border-color css
<style>
span { border-color: #556F49; }
span { border-color: rgb(85,111,73); }
td.TdClassName
{
border-color: #556F49;
}
.TagClassName
{
border-color: #556F49;
}
</style>