Shades of Tom Thumb #4B5D47
Tints of Tom Thumb #4B5D47
RGB
CMYK
RGB Variations
Color information
#4B5D47 (or 0x4B5D47) is known color: Tom Thumb. HEX triplet: 4B, 5D and 47. RGB value is (75,93,71). Sum of RGB (Red+Green+Blue) = 75+93+71=239 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.38% from 239); Green value is 93 (36.72% from 255 or 38.91% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 93 - color contains mainly: green. Hex color #4B5D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5D47 is #B4A2B8. Grayscale: #555555. Windows color (decimal): -11838137 or 4676939. OLE color: 4676939.
HSL color Cylindrical-coordinate representation of color #4B5D47: hue angle of 109.09º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4B5D47 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 93 | 71 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.64 |
| HSL | 109.09º | 0.13% | 0.32% | - |
| HSV(B) | 109.09º | 0.24% | 0.36% | - |
| XYZ | 7.95 | 9.78 | 7.43 | - |
| YUV | 85.11 | 120.04 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 93 | 71 | 0.19 | 0 | 0.24 | 0.64 | 109.09 | 0.13 | 0.32 |
| Hex | 4B | 5D | 47 | 13 | 0 | 18 | 40 | 6D | D | 20 |
| Octal | 113 | 135 | 107 | 23 | 0 | 30 | 100 | 155 | 15 | 40 |
| Binary | 1001011 | 1011101 | 1000111 | 10011 | 0 | 11000 | 1000000 | 1101101 | 1101 | 100000 |
Color Harmonies of #4B5D47
Complementary color
Monochromatic Colors of #4B5D47
Black with #4B5D47
Text Example
Text Example
White with #4B5D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5D47; }
p { color: rgb(75,93,71); }
H1.HeaderClassName
{
color: #4B5D47;
}
.AnyTagClassName
{
color: #4B5D47;
}
</style>
background-color css
<style>
a { background-color: #4B5D47; }
a { background-color: rgb(75,93,71); }
div.DivClassName
{
background-color: #4B5D47;
}
.BgClassName
{
background-color: #4B5D47;
}
</style>
border-color css
<style>
span { border-color: #4B5D47; }
span { border-color: rgb(75,93,71); }
td.TdClassName
{
border-color: #4B5D47;
}
.TagClassName
{
border-color: #4B5D47;
}
</style>