Shades of Tom Thumb #4C5A46
Tints of Tom Thumb #4C5A46
RGB
CMYK
RGB Variations
Color information
#4C5A46 (or 0x4C5A46) is known color: Tom Thumb. HEX triplet: 4C, 5A and 46. RGB value is (76,90,70). Sum of RGB (Red+Green+Blue) = 76+90+70=236 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.20% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 90 - color contains mainly: green. Hex color #4C5A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5A46 is #B3A5B9. Grayscale: #535353. Windows color (decimal): -11773370 or 4610636. OLE color: 4610636.
HSL color Cylindrical-coordinate representation of color #4C5A46: hue angle of 102º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4C5A46 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 90 | 70 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.65 |
| HSL | 102º | 0.13% | 0.31% | - |
| HSV(B) | 102º | 0.22% | 0.35% | - |
| XYZ | 7.74 | 9.29 | 7.18 | - |
| YUV | 83.53 | 120.36 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 90 | 70 | 0.16 | 0 | 0.22 | 0.65 | 102 | 0.13 | 0.31 |
| Hex | 4C | 5A | 46 | 10 | 0 | 16 | 41 | 66 | C | 1F |
| Octal | 114 | 132 | 106 | 20 | 0 | 26 | 101 | 146 | 14 | 37 |
| Binary | 1001100 | 1011010 | 1000110 | 10000 | 0 | 10110 | 1000001 | 1100110 | 1100 | 11111 |
Color Harmonies of #4C5A46
Complementary color
Monochromatic Colors of #4C5A46
Black with #4C5A46
Text Example
Text Example
White with #4C5A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5A46; }
p { color: rgb(76,90,70); }
H1.HeaderClassName
{
color: #4C5A46;
}
.AnyTagClassName
{
color: #4C5A46;
}
</style>
background-color css
<style>
a { background-color: #4C5A46; }
a { background-color: rgb(76,90,70); }
div.DivClassName
{
background-color: #4C5A46;
}
.BgClassName
{
background-color: #4C5A46;
}
</style>
border-color css
<style>
span { border-color: #4C5A46; }
span { border-color: rgb(76,90,70); }
td.TdClassName
{
border-color: #4C5A46;
}
.TagClassName
{
border-color: #4C5A46;
}
</style>