Shades of Tom Thumb #4E6440
Tints of Tom Thumb #4E6440
RGB
CMYK
RGB Variations
Color information
#4E6440 (or 0x4E6440) is known color: Tom Thumb. HEX triplet: 4E, 64 and 40. RGB value is (78,100,64). Sum of RGB (Red+Green+Blue) = 78+100+64=242 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.23% from 242); Green value is 100 (39.45% from 255 or 41.32% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 100 - color contains mainly: green. Hex color #4E6440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6440 is #B19BBF. Grayscale: #595959. Windows color (decimal): -11639744 or 4219982. OLE color: 4219982.
HSL color Cylindrical-coordinate representation of color #4E6440: hue angle of 96.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E6440 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 78 | 100 | 64 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.61 |
| HSL | 96.67º | 0.22% | 0.32% | - |
| HSV(B) | 96.67º | 0.36% | 0.39% | - |
| XYZ | 8.62 | 11.1 | 6.54 | - |
| YUV | 89.32 | 113.71 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 100 | 64 | 0.22 | 0 | 0.36 | 0.61 | 96.67 | 0.22 | 0.32 |
| Hex | 4E | 64 | 40 | 16 | 0 | 24 | 3D | 61 | 16 | 20 |
| Octal | 116 | 144 | 100 | 26 | 0 | 44 | 75 | 141 | 26 | 40 |
| Binary | 1001110 | 1100100 | 1000000 | 10110 | 0 | 100100 | 111101 | 1100001 | 10110 | 100000 |
Color Harmonies of #4E6440
Complementary color
Monochromatic Colors of #4E6440
Black with #4E6440
Text Example
Text Example
White with #4E6440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6440; }
p { color: rgb(78,100,64); }
H1.HeaderClassName
{
color: #4E6440;
}
.AnyTagClassName
{
color: #4E6440;
}
</style>
background-color css
<style>
a { background-color: #4E6440; }
a { background-color: rgb(78,100,64); }
div.DivClassName
{
background-color: #4E6440;
}
.BgClassName
{
background-color: #4E6440;
}
</style>
border-color css
<style>
span { border-color: #4E6440; }
span { border-color: rgb(78,100,64); }
td.TdClassName
{
border-color: #4E6440;
}
.TagClassName
{
border-color: #4E6440;
}
</style>