Shades of Tom Thumb #4C6247
Tints of Tom Thumb #4C6247
RGB
CMYK
RGB Variations
Color information
#4C6247 (or 0x4C6247) is known color: Tom Thumb. HEX triplet: 4C, 62 and 47. RGB value is (76,98,71). Sum of RGB (Red+Green+Blue) = 76+98+71=245 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.02% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 71 (28.12% from 255 or 28.98% from 245); Max value from RGB is 98 - color contains mainly: green. Hex color #4C6247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6247 is #B39DB8. Grayscale: #585858. Windows color (decimal): -11771321 or 4678220. OLE color: 4678220.
HSL color Cylindrical-coordinate representation of color #4C6247: hue angle of 108.89º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4C6247 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 98 | 71 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.62 |
| HSL | 108.89º | 0.16% | 0.33% | - |
| HSV(B) | 108.89º | 0.28% | 0.38% | - |
| XYZ | 8.49 | 10.73 | 7.58 | - |
| YUV | 88.34 | 118.21 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 98 | 71 | 0.22 | 0 | 0.28 | 0.62 | 108.89 | 0.16 | 0.33 |
| Hex | 4C | 62 | 47 | 16 | 0 | 1C | 3E | 6D | 10 | 21 |
| Octal | 114 | 142 | 107 | 26 | 0 | 34 | 76 | 155 | 20 | 41 |
| Binary | 1001100 | 1100010 | 1000111 | 10110 | 0 | 11100 | 111110 | 1101101 | 10000 | 100001 |
Color Harmonies of #4C6247
Complementary color
Monochromatic Colors of #4C6247
Black with #4C6247
Text Example
Text Example
White with #4C6247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6247; }
p { color: rgb(76,98,71); }
H1.HeaderClassName
{
color: #4C6247;
}
.AnyTagClassName
{
color: #4C6247;
}
</style>
background-color css
<style>
a { background-color: #4C6247; }
a { background-color: rgb(76,98,71); }
div.DivClassName
{
background-color: #4C6247;
}
.BgClassName
{
background-color: #4C6247;
}
</style>
border-color css
<style>
span { border-color: #4C6247; }
span { border-color: rgb(76,98,71); }
td.TdClassName
{
border-color: #4C6247;
}
.TagClassName
{
border-color: #4C6247;
}
</style>