Shades of Tom Thumb #4B6240
Tints of Tom Thumb #4B6240
RGB
CMYK
RGB Variations
Color information
#4B6240 (or 0x4B6240) is known color: Tom Thumb. HEX triplet: 4B, 62 and 40. RGB value is (75,98,64). Sum of RGB (Red+Green+Blue) = 75+98+64=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 98 - color contains mainly: green. Hex color #4B6240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6240 is #B49DBF. Grayscale: #575757. Windows color (decimal): -11836864 or 4219467. OLE color: 4219467.
HSL color Cylindrical-coordinate representation of color #4B6240: hue angle of 100.59º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B6240 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 98 | 64 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.62 |
| HSL | 100.59º | 0.21% | 0.32% | - |
| HSV(B) | 100.59º | 0.35% | 0.38% | - |
| XYZ | 8.19 | 10.6 | 6.46 | - |
| YUV | 87.25 | 114.88 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 98 | 64 | 0.23 | 0 | 0.35 | 0.62 | 100.59 | 0.21 | 0.32 |
| Hex | 4B | 62 | 40 | 17 | 0 | 23 | 3E | 65 | 15 | 20 |
| Octal | 113 | 142 | 100 | 27 | 0 | 43 | 76 | 145 | 25 | 40 |
| Binary | 1001011 | 1100010 | 1000000 | 10111 | 0 | 100011 | 111110 | 1100101 | 10101 | 100000 |
Color Harmonies of #4B6240
Complementary color
Monochromatic Colors of #4B6240
Black with #4B6240
Text Example
Text Example
White with #4B6240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6240; }
p { color: rgb(75,98,64); }
H1.HeaderClassName
{
color: #4B6240;
}
.AnyTagClassName
{
color: #4B6240;
}
</style>
background-color css
<style>
a { background-color: #4B6240; }
a { background-color: rgb(75,98,64); }
div.DivClassName
{
background-color: #4B6240;
}
.BgClassName
{
background-color: #4B6240;
}
</style>
border-color css
<style>
span { border-color: #4B6240; }
span { border-color: rgb(75,98,64); }
td.TdClassName
{
border-color: #4B6240;
}
.TagClassName
{
border-color: #4B6240;
}
</style>