Shades of Tom Thumb #4C6440
Tints of Tom Thumb #4C6440
RGB
CMYK
RGB Variations
Color information
#4C6440 (or 0x4C6440) is known color: Tom Thumb. HEX triplet: 4C, 64 and 40. RGB value is (76,100,64). Sum of RGB (Red+Green+Blue) = 76+100+64=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 100 - color contains mainly: green. Hex color #4C6440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6440 is #B39BBF. Grayscale: #585858. Windows color (decimal): -11770816 or 4219980. OLE color: 4219980.
HSL color Cylindrical-coordinate representation of color #4C6440: hue angle of 100º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4C6440 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 76 | 100 | 64 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.61 |
| HSL | 100º | 0.22% | 0.32% | - |
| HSV(B) | 100º | 0.36% | 0.39% | - |
| XYZ | 8.46 | 11.02 | 6.53 | - |
| YUV | 88.72 | 114.05 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 100 | 64 | 0.24 | 0 | 0.36 | 0.61 | 100 | 0.22 | 0.32 |
| Hex | 4C | 64 | 40 | 18 | 0 | 24 | 3D | 64 | 16 | 20 |
| Octal | 114 | 144 | 100 | 30 | 0 | 44 | 75 | 144 | 26 | 40 |
| Binary | 1001100 | 1100100 | 1000000 | 11000 | 0 | 100100 | 111101 | 1100100 | 10110 | 100000 |
Color Harmonies of #4C6440
Complementary color
Monochromatic Colors of #4C6440
Black with #4C6440
Text Example
Text Example
White with #4C6440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6440; }
p { color: rgb(76,100,64); }
H1.HeaderClassName
{
color: #4C6440;
}
.AnyTagClassName
{
color: #4C6440;
}
</style>
background-color css
<style>
a { background-color: #4C6440; }
a { background-color: rgb(76,100,64); }
div.DivClassName
{
background-color: #4C6440;
}
.BgClassName
{
background-color: #4C6440;
}
</style>
border-color css
<style>
span { border-color: #4C6440; }
span { border-color: rgb(76,100,64); }
td.TdClassName
{
border-color: #4C6440;
}
.TagClassName
{
border-color: #4C6440;
}
</style>