Shades of Tom Thumb #4C6643
Tints of Tom Thumb #4C6643
RGB
CMYK
RGB Variations
Color information
#4C6643 (or 0x4C6643) is known color: Tom Thumb. HEX triplet: 4C, 66 and 43. RGB value is (76,102,67). Sum of RGB (Red+Green+Blue) = 76+102+67=245 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.02% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 67 (26.56% from 255 or 27.35% from 245); Max value from RGB is 102 - color contains mainly: green. Hex color #4C6643 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6643 is #B399BC. Grayscale: #5A5A5A. Windows color (decimal): -11770301 or 4417100. OLE color: 4417100.
HSL color Cylindrical-coordinate representation of color #4C6643: hue angle of 104.57º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4C6643 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 76 | 102 | 67 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.6 |
| HSL | 104.57º | 0.21% | 0.33% | - |
| HSV(B) | 104.57º | 0.34% | 0.4% | - |
| XYZ | 8.74 | 11.44 | 7.06 | - |
| YUV | 90.24 | 114.89 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 102 | 67 | 0.25 | 0 | 0.34 | 0.6 | 104.57 | 0.21 | 0.33 |
| Hex | 4C | 66 | 43 | 19 | 0 | 22 | 3C | 69 | 15 | 21 |
| Octal | 114 | 146 | 103 | 31 | 0 | 42 | 74 | 151 | 25 | 41 |
| Binary | 1001100 | 1100110 | 1000011 | 11001 | 0 | 100010 | 111100 | 1101001 | 10101 | 100001 |
Color Harmonies of #4C6643
Complementary color
Monochromatic Colors of #4C6643
Black with #4C6643
Text Example
Text Example
White with #4C6643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6643; }
p { color: rgb(76,102,67); }
H1.HeaderClassName
{
color: #4C6643;
}
.AnyTagClassName
{
color: #4C6643;
}
</style>
background-color css
<style>
a { background-color: #4C6643; }
a { background-color: rgb(76,102,67); }
div.DivClassName
{
background-color: #4C6643;
}
.BgClassName
{
background-color: #4C6643;
}
</style>
border-color css
<style>
span { border-color: #4C6643; }
span { border-color: rgb(76,102,67); }
td.TdClassName
{
border-color: #4C6643;
}
.TagClassName
{
border-color: #4C6643;
}
</style>