Shades of Tom Thumb #4E6142
Tints of Tom Thumb #4E6142
RGB
CMYK
RGB Variations
Color information
#4E6142 (or 0x4E6142) is known color: Tom Thumb. HEX triplet: 4E, 61 and 42. RGB value is (78,97,66). Sum of RGB (Red+Green+Blue) = 78+97+66=241 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.37% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 97 - color contains mainly: green. Hex color #4E6142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6142 is #B19EBD. Grayscale: #575757. Windows color (decimal): -11640510 or 4350286. OLE color: 4350286.
HSL color Cylindrical-coordinate representation of color #4E6142: hue angle of 96.77º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E6142 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 97 | 66 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.62 |
| HSL | 96.77º | 0.19% | 0.32% | - |
| HSV(B) | 96.77º | 0.32% | 0.38% | - |
| XYZ | 8.4 | 10.56 | 6.75 | - |
| YUV | 87.79 | 115.71 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 97 | 66 | 0.20 | 0 | 0.32 | 0.62 | 96.77 | 0.19 | 0.32 |
| Hex | 4E | 61 | 42 | 14 | 0 | 20 | 3E | 61 | 13 | 20 |
| Octal | 116 | 141 | 102 | 24 | 0 | 40 | 76 | 141 | 23 | 40 |
| Binary | 1001110 | 1100001 | 1000010 | 10100 | 0 | 100000 | 111110 | 1100001 | 10011 | 100000 |
Color Harmonies of #4E6142
Complementary color
Monochromatic Colors of #4E6142
Black with #4E6142
Text Example
Text Example
White with #4E6142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6142; }
p { color: rgb(78,97,66); }
H1.HeaderClassName
{
color: #4E6142;
}
.AnyTagClassName
{
color: #4E6142;
}
</style>
background-color css
<style>
a { background-color: #4E6142; }
a { background-color: rgb(78,97,66); }
div.DivClassName
{
background-color: #4E6142;
}
.BgClassName
{
background-color: #4E6142;
}
</style>
border-color css
<style>
span { border-color: #4E6142; }
span { border-color: rgb(78,97,66); }
td.TdClassName
{
border-color: #4E6142;
}
.TagClassName
{
border-color: #4E6142;
}
</style>