Shades of Tom Thumb #556E48
Tints of Tom Thumb #556E48
RGB
CMYK
RGB Variations
Color information
#556E48 (or 0x556E48) is known color: Tom Thumb. HEX triplet: 55, 6E and 48. RGB value is (85,110,72). Sum of RGB (Red+Green+Blue) = 85+110+72=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 110 (43.36% from 255 or 41.20% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 110 - color contains mainly: green. Hex color #556E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556E48 is #AA91B7. Grayscale: #626262. Windows color (decimal): -11178424 or 4746837. OLE color: 4746837.
HSL color Cylindrical-coordinate representation of color #556E48: hue angle of 99.47º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #556E48 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 110 | 72 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.57 |
| HSL | 99.47º | 0.21% | 0.36% | - |
| HSV(B) | 99.47º | 0.35% | 0.43% | - |
| XYZ | 10.49 | 13.55 | 8.19 | - |
| YUV | 98.19 | 113.22 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 110 | 72 | 0.23 | 0 | 0.35 | 0.57 | 99.47 | 0.21 | 0.36 |
| Hex | 55 | 6E | 48 | 17 | 0 | 23 | 39 | 63 | 15 | 24 |
| Octal | 125 | 156 | 110 | 27 | 0 | 43 | 71 | 143 | 25 | 44 |
| Binary | 1010101 | 1101110 | 1001000 | 10111 | 0 | 100011 | 111001 | 1100011 | 10101 | 100100 |
Color Harmonies of #556E48
Complementary color
Monochromatic Colors of #556E48
Black with #556E48
Text Example
Text Example
White with #556E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556E48; }
p { color: rgb(85,110,72); }
H1.HeaderClassName
{
color: #556E48;
}
.AnyTagClassName
{
color: #556E48;
}
</style>
background-color css
<style>
a { background-color: #556E48; }
a { background-color: rgb(85,110,72); }
div.DivClassName
{
background-color: #556E48;
}
.BgClassName
{
background-color: #556E48;
}
</style>
border-color css
<style>
span { border-color: #556E48; }
span { border-color: rgb(85,110,72); }
td.TdClassName
{
border-color: #556E48;
}
.TagClassName
{
border-color: #556E48;
}
</style>