Shades of Thatch Green #4E4A35
Tints of Thatch Green #4E4A35
RGB
CMYK
RGB Variations
Color information
#4E4A35 (or 0x4E4A35) is known color: Thatch Green. HEX triplet: 4E, 4A and 35. RGB value is (78,74,53). Sum of RGB (Red+Green+Blue) = 78+74+53=205 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.05% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4A35 is #B1B5CA. Grayscale: #484848. Windows color (decimal): -11646411 or 3492430. OLE color: 3492430.
HSL color Cylindrical-coordinate representation of color #4E4A35: hue angle of 50.4º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E4A35 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 74 | 53 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.69 |
| HSL | 50.4º | 0.19% | 0.26% | - |
| HSV(B) | 50.4º | 0.32% | 0.31% | - |
| XYZ | 6.23 | 6.77 | 4.35 | - |
| YUV | 72.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 74 | 53 | 0 | 0.05 | 0.32 | 0.69 | 50.4 | 0.19 | 0.26 |
| Hex | 4E | 4A | 35 | 0 | 5 | 20 | 45 | 32 | 13 | 1A |
| Octal | 116 | 112 | 65 | 0 | 5 | 40 | 105 | 62 | 23 | 32 |
| Binary | 1001110 | 1001010 | 110101 | 0 | 101 | 100000 | 1000101 | 110010 | 10011 | 11010 |
Color Harmonies of #4E4A35
Complementary color
Monochromatic Colors of #4E4A35
Black with #4E4A35
Text Example
Text Example
White with #4E4A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4A35; }
p { color: rgb(78,74,53); }
H1.HeaderClassName
{
color: #4E4A35;
}
.AnyTagClassName
{
color: #4E4A35;
}
</style>
background-color css
<style>
a { background-color: #4E4A35; }
a { background-color: rgb(78,74,53); }
div.DivClassName
{
background-color: #4E4A35;
}
.BgClassName
{
background-color: #4E4A35;
}
</style>
border-color css
<style>
span { border-color: #4E4A35; }
span { border-color: rgb(78,74,53); }
td.TdClassName
{
border-color: #4E4A35;
}
.TagClassName
{
border-color: #4E4A35;
}
</style>