Shades of Tom Thumb #4E6742
Tints of Tom Thumb #4E6742
RGB
CMYK
RGB Variations
Color information
#4E6742 (or 0x4E6742) is known color: Tom Thumb. HEX triplet: 4E, 67 and 42. RGB value is (78,103,66). Sum of RGB (Red+Green+Blue) = 78+103+66=247 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.58% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 103 - color contains mainly: green. Hex color #4E6742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6742 is #B198BD. Grayscale: #5B5B5B. Windows color (decimal): -11638974 or 4351822. OLE color: 4351822.
HSL color Cylindrical-coordinate representation of color #4E6742: hue angle of 100.54º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E6742 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 103 | 66 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.60 |
| HSL | 100.54º | 0.22% | 0.33% | - |
| HSV(B) | 100.54º | 0.36% | 0.4% | - |
| XYZ | 8.98 | 11.71 | 6.94 | - |
| YUV | 91.31 | 113.72 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 103 | 66 | 0.24 | 0 | 0.36 | 0.60 | 100.54 | 0.22 | 0.33 |
| Hex | 4E | 67 | 42 | 18 | 0 | 24 | 3C | 65 | 16 | 21 |
| Octal | 116 | 147 | 102 | 30 | 0 | 44 | 74 | 145 | 26 | 41 |
| Binary | 1001110 | 1100111 | 1000010 | 11000 | 0 | 100100 | 111100 | 1100101 | 10110 | 100001 |
Color Harmonies of #4E6742
Complementary color
Monochromatic Colors of #4E6742
Black with #4E6742
Text Example
Text Example
White with #4E6742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6742; }
p { color: rgb(78,103,66); }
H1.HeaderClassName
{
color: #4E6742;
}
.AnyTagClassName
{
color: #4E6742;
}
</style>
background-color css
<style>
a { background-color: #4E6742; }
a { background-color: rgb(78,103,66); }
div.DivClassName
{
background-color: #4E6742;
}
.BgClassName
{
background-color: #4E6742;
}
</style>
border-color css
<style>
span { border-color: #4E6742; }
span { border-color: rgb(78,103,66); }
td.TdClassName
{
border-color: #4E6742;
}
.TagClassName
{
border-color: #4E6742;
}
</style>