Shades of Tom Thumb #4B6540
Tints of Tom Thumb #4B6540
RGB
CMYK
RGB Variations
Color information
#4B6540 (or 0x4B6540) is known color: Tom Thumb. HEX triplet: 4B, 65 and 40. RGB value is (75,101,64). Sum of RGB (Red+Green+Blue) = 75+101+64=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 101 - color contains mainly: green. Hex color #4B6540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6540 is #B49ABF. Grayscale: #595959. Windows color (decimal): -11836096 or 4220235. OLE color: 4220235.
HSL color Cylindrical-coordinate representation of color #4B6540: hue angle of 102.16º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B6540 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 101 | 64 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.60 |
| HSL | 102.16º | 0.22% | 0.32% | - |
| HSV(B) | 102.16º | 0.37% | 0.4% | - |
| XYZ | 8.48 | 11.17 | 6.56 | - |
| YUV | 89.01 | 113.89 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 101 | 64 | 0.26 | 0 | 0.37 | 0.60 | 102.16 | 0.22 | 0.32 |
| Hex | 4B | 65 | 40 | 1A | 0 | 25 | 3C | 66 | 16 | 20 |
| Octal | 113 | 145 | 100 | 32 | 0 | 45 | 74 | 146 | 26 | 40 |
| Binary | 1001011 | 1100101 | 1000000 | 11010 | 0 | 100101 | 111100 | 1100110 | 10110 | 100000 |
Color Harmonies of #4B6540
Complementary color
Monochromatic Colors of #4B6540
Black with #4B6540
Text Example
Text Example
White with #4B6540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6540; }
p { color: rgb(75,101,64); }
H1.HeaderClassName
{
color: #4B6540;
}
.AnyTagClassName
{
color: #4B6540;
}
</style>
background-color css
<style>
a { background-color: #4B6540; }
a { background-color: rgb(75,101,64); }
div.DivClassName
{
background-color: #4B6540;
}
.BgClassName
{
background-color: #4B6540;
}
</style>
border-color css
<style>
span { border-color: #4B6540; }
span { border-color: rgb(75,101,64); }
td.TdClassName
{
border-color: #4B6540;
}
.TagClassName
{
border-color: #4B6540;
}
</style>