Shades of Tom Thumb #4C6D43
Tints of Tom Thumb #4C6D43
RGB
CMYK
RGB Variations
Color information
#4C6D43 (or 0x4C6D43) is known color: Tom Thumb. HEX triplet: 4C, 6D and 43. RGB value is (76,109,67). Sum of RGB (Red+Green+Blue) = 76+109+67=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 109 (42.97% from 255 or 43.25% from 252); Blue value is 67 (26.56% from 255 or 26.59% from 252); Max value from RGB is 109 - color contains mainly: green. Hex color #4C6D43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6D43 is #B392BC. Grayscale: #5E5E5E. Windows color (decimal): -11768509 or 4418892. OLE color: 4418892.
HSL color Cylindrical-coordinate representation of color #4C6D43: hue angle of 107.14º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C6D43 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 76 | 109 | 67 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.57 |
| HSL | 107.14º | 0.24% | 0.35% | - |
| HSV(B) | 107.14º | 0.39% | 0.43% | - |
| XYZ | 9.46 | 12.88 | 7.3 | - |
| YUV | 94.35 | 112.57 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 109 | 67 | 0.30 | 0 | 0.39 | 0.57 | 107.14 | 0.24 | 0.35 |
| Hex | 4C | 6D | 43 | 1E | 0 | 27 | 39 | 6B | 18 | 23 |
| Octal | 114 | 155 | 103 | 36 | 0 | 47 | 71 | 153 | 30 | 43 |
| Binary | 1001100 | 1101101 | 1000011 | 11110 | 0 | 100111 | 111001 | 1101011 | 11000 | 100011 |
Color Harmonies of #4C6D43
Complementary color
Monochromatic Colors of #4C6D43
Black with #4C6D43
Text Example
Text Example
White with #4C6D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6D43; }
p { color: rgb(76,109,67); }
H1.HeaderClassName
{
color: #4C6D43;
}
.AnyTagClassName
{
color: #4C6D43;
}
</style>
background-color css
<style>
a { background-color: #4C6D43; }
a { background-color: rgb(76,109,67); }
div.DivClassName
{
background-color: #4C6D43;
}
.BgClassName
{
background-color: #4C6D43;
}
</style>
border-color css
<style>
span { border-color: #4C6D43; }
span { border-color: rgb(76,109,67); }
td.TdClassName
{
border-color: #4C6D43;
}
.TagClassName
{
border-color: #4C6D43;
}
</style>