Shades of Tom Thumb #4C5B47
Tints of Tom Thumb #4C5B47
RGB
CMYK
RGB Variations
Color information
#4C5B47 (or 0x4C5B47) is known color: Tom Thumb. HEX triplet: 4C, 5B and 47. RGB value is (76,91,71). Sum of RGB (Red+Green+Blue) = 76+91+71=238 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.93% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 71 (28.12% from 255 or 29.83% from 238); Max value from RGB is 91 - color contains mainly: green. Hex color #4C5B47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5B47 is #B3A4B8. Grayscale: #545454. Windows color (decimal): -11773113 or 4676428. OLE color: 4676428.
HSL color Cylindrical-coordinate representation of color #4C5B47: hue angle of 105º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4C5B47 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 91 | 71 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.64 |
| HSL | 105º | 0.12% | 0.32% | - |
| HSV(B) | 105º | 0.22% | 0.36% | - |
| XYZ | 7.86 | 9.47 | 7.38 | - |
| YUV | 84.24 | 120.53 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 91 | 71 | 0.16 | 0 | 0.22 | 0.64 | 105 | 0.12 | 0.32 |
| Hex | 4C | 5B | 47 | 10 | 0 | 16 | 40 | 69 | C | 20 |
| Octal | 114 | 133 | 107 | 20 | 0 | 26 | 100 | 151 | 14 | 40 |
| Binary | 1001100 | 1011011 | 1000111 | 10000 | 0 | 10110 | 1000000 | 1101001 | 1100 | 100000 |
Color Harmonies of #4C5B47
Complementary color
Monochromatic Colors of #4C5B47
Black with #4C5B47
Text Example
Text Example
White with #4C5B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5B47; }
p { color: rgb(76,91,71); }
H1.HeaderClassName
{
color: #4C5B47;
}
.AnyTagClassName
{
color: #4C5B47;
}
</style>
background-color css
<style>
a { background-color: #4C5B47; }
a { background-color: rgb(76,91,71); }
div.DivClassName
{
background-color: #4C5B47;
}
.BgClassName
{
background-color: #4C5B47;
}
</style>
border-color css
<style>
span { border-color: #4C5B47; }
span { border-color: rgb(76,91,71); }
td.TdClassName
{
border-color: #4C5B47;
}
.TagClassName
{
border-color: #4C5B47;
}
</style>