Shades of Tom Thumb #4B5D45
Tints of Tom Thumb #4B5D45
RGB
CMYK
RGB Variations
Color information
#4B5D45 (or 0x4B5D45) is known color: Tom Thumb. HEX triplet: 4B, 5D and 45. RGB value is (75,93,69). Sum of RGB (Red+Green+Blue) = 75+93+69=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 93 - color contains mainly: green. Hex color #4B5D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5D45 is #B4A2BA. Grayscale: #545454. Windows color (decimal): -11838139 or 4545867. OLE color: 4545867.
HSL color Cylindrical-coordinate representation of color #4B5D45: hue angle of 105º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4B5D45 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 93 | 69 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.64 |
| HSL | 105º | 0.15% | 0.32% | - |
| HSV(B) | 105º | 0.26% | 0.36% | - |
| XYZ | 7.89 | 9.75 | 7.1 | - |
| YUV | 84.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 93 | 69 | 0.19 | 0 | 0.26 | 0.64 | 105 | 0.15 | 0.32 |
| Hex | 4B | 5D | 45 | 13 | 0 | 1A | 40 | 69 | F | 20 |
| Octal | 113 | 135 | 105 | 23 | 0 | 32 | 100 | 151 | 17 | 40 |
| Binary | 1001011 | 1011101 | 1000101 | 10011 | 0 | 11010 | 1000000 | 1101001 | 1111 | 100000 |
Color Harmonies of #4B5D45
Complementary color
Monochromatic Colors of #4B5D45
Black with #4B5D45
Text Example
Text Example
White with #4B5D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5D45; }
p { color: rgb(75,93,69); }
H1.HeaderClassName
{
color: #4B5D45;
}
.AnyTagClassName
{
color: #4B5D45;
}
</style>
background-color css
<style>
a { background-color: #4B5D45; }
a { background-color: rgb(75,93,69); }
div.DivClassName
{
background-color: #4B5D45;
}
.BgClassName
{
background-color: #4B5D45;
}
</style>
border-color css
<style>
span { border-color: #4B5D45; }
span { border-color: rgb(75,93,69); }
td.TdClassName
{
border-color: #4B5D45;
}
.TagClassName
{
border-color: #4B5D45;
}
</style>