Shades of Tom Thumb #4C6740
Tints of Tom Thumb #4C6740
RGB
CMYK
RGB Variations
Color information
#4C6740 (or 0x4C6740) is known color: Tom Thumb. HEX triplet: 4C, 67 and 40. RGB value is (76,103,64). Sum of RGB (Red+Green+Blue) = 76+103+64=243 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.28% from 243); Green value is 103 (40.62% from 255 or 42.39% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 103 - color contains mainly: green. Hex color #4C6740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6740 is #B398BF. Grayscale: #5A5A5A. Windows color (decimal): -11770048 or 4220748. OLE color: 4220748.
HSL color Cylindrical-coordinate representation of color #4C6740: hue angle of 101.54º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C6740 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 76 | 103 | 64 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.60 |
| HSL | 101.54º | 0.23% | 0.33% | - |
| HSV(B) | 101.54º | 0.38% | 0.4% | - |
| XYZ | 8.76 | 11.61 | 6.63 | - |
| YUV | 90.48 | 113.05 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 103 | 64 | 0.26 | 0 | 0.38 | 0.60 | 101.54 | 0.23 | 0.33 |
| Hex | 4C | 67 | 40 | 1A | 0 | 26 | 3C | 66 | 17 | 21 |
| Octal | 114 | 147 | 100 | 32 | 0 | 46 | 74 | 146 | 27 | 41 |
| Binary | 1001100 | 1100111 | 1000000 | 11010 | 0 | 100110 | 111100 | 1100110 | 10111 | 100001 |
Color Harmonies of #4C6740
Complementary color
Monochromatic Colors of #4C6740
Black with #4C6740
Text Example
Text Example
White with #4C6740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6740; }
p { color: rgb(76,103,64); }
H1.HeaderClassName
{
color: #4C6740;
}
.AnyTagClassName
{
color: #4C6740;
}
</style>
background-color css
<style>
a { background-color: #4C6740; }
a { background-color: rgb(76,103,64); }
div.DivClassName
{
background-color: #4C6740;
}
.BgClassName
{
background-color: #4C6740;
}
</style>
border-color css
<style>
span { border-color: #4C6740; }
span { border-color: rgb(76,103,64); }
td.TdClassName
{
border-color: #4C6740;
}
.TagClassName
{
border-color: #4C6740;
}
</style>