Shades of Tom Thumb #4E6449
Tints of Tom Thumb #4E6449
RGB
CMYK
RGB Variations
Color information
#4E6449 (or 0x4E6449) is known color: Tom Thumb. HEX triplet: 4E, 64 and 49. RGB value is (78,100,73). Sum of RGB (Red+Green+Blue) = 78+100+73=251 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.08% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 100 - color contains mainly: green. Hex color #4E6449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6449 is #B19BB6. Grayscale: #5A5A5A. Windows color (decimal): -11639735 or 4809806. OLE color: 4809806.
HSL color Cylindrical-coordinate representation of color #4E6449: hue angle of 108.89º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4E6449 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 78 | 100 | 73 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.61 |
| HSL | 108.89º | 0.16% | 0.34% | - |
| HSV(B) | 108.89º | 0.27% | 0.39% | - |
| XYZ | 8.9 | 11.22 | 8 | - |
| YUV | 90.34 | 118.21 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 100 | 73 | 0.22 | 0 | 0.27 | 0.61 | 108.89 | 0.16 | 0.34 |
| Hex | 4E | 64 | 49 | 16 | 0 | 1B | 3D | 6D | 10 | 22 |
| Octal | 116 | 144 | 111 | 26 | 0 | 33 | 75 | 155 | 20 | 42 |
| Binary | 1001110 | 1100100 | 1001001 | 10110 | 0 | 11011 | 111101 | 1101101 | 10000 | 100010 |
Color Harmonies of #4E6449
Complementary color
Monochromatic Colors of #4E6449
Black with #4E6449
Text Example
Text Example
White with #4E6449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6449; }
p { color: rgb(78,100,73); }
H1.HeaderClassName
{
color: #4E6449;
}
.AnyTagClassName
{
color: #4E6449;
}
</style>
background-color css
<style>
a { background-color: #4E6449; }
a { background-color: rgb(78,100,73); }
div.DivClassName
{
background-color: #4E6449;
}
.BgClassName
{
background-color: #4E6449;
}
</style>
border-color css
<style>
span { border-color: #4E6449; }
span { border-color: rgb(78,100,73); }
td.TdClassName
{
border-color: #4E6449;
}
.TagClassName
{
border-color: #4E6449;
}
</style>