Shades of Tom Thumb #556D48
Tints of Tom Thumb #556D48
RGB
CMYK
RGB Variations
Color information
#556D48 (or 0x556D48) is known color: Tom Thumb. HEX triplet: 55, 6D and 48. RGB value is (85,109,72). Sum of RGB (Red+Green+Blue) = 85+109+72=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 109 (42.97% from 255 or 40.98% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 109 - color contains mainly: green. Hex color #556D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556D48 is #AA92B7. Grayscale: #616161. Windows color (decimal): -11178680 or 4746581. OLE color: 4746581.
HSL color Cylindrical-coordinate representation of color #556D48: hue angle of 98.92º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #556D48 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 109 | 72 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.57 |
| HSL | 98.92º | 0.2% | 0.35% | - |
| HSV(B) | 98.92º | 0.34% | 0.43% | - |
| XYZ | 10.38 | 13.34 | 8.16 | - |
| YUV | 97.61 | 113.55 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 109 | 72 | 0.22 | 0 | 0.34 | 0.57 | 98.92 | 0.2 | 0.35 |
| Hex | 55 | 6D | 48 | 16 | 0 | 22 | 39 | 63 | 14 | 23 |
| Octal | 125 | 155 | 110 | 26 | 0 | 42 | 71 | 143 | 24 | 43 |
| Binary | 1010101 | 1101101 | 1001000 | 10110 | 0 | 100010 | 111001 | 1100011 | 10100 | 100011 |
Color Harmonies of #556D48
Complementary color
Monochromatic Colors of #556D48
Black with #556D48
Text Example
Text Example
White with #556D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556D48; }
p { color: rgb(85,109,72); }
H1.HeaderClassName
{
color: #556D48;
}
.AnyTagClassName
{
color: #556D48;
}
</style>
background-color css
<style>
a { background-color: #556D48; }
a { background-color: rgb(85,109,72); }
div.DivClassName
{
background-color: #556D48;
}
.BgClassName
{
background-color: #556D48;
}
</style>
border-color css
<style>
span { border-color: #556D48; }
span { border-color: rgb(85,109,72); }
td.TdClassName
{
border-color: #556D48;
}
.TagClassName
{
border-color: #556D48;
}
</style>