Shades of Thatch Green #4E482F
Tints of Thatch Green #4E482F
RGB
CMYK
RGB Variations
Color information
#4E482F (or 0x4E482F) is known color: Thatch Green. HEX triplet: 4E, 48 and 2F. RGB value is (78,72,47). Sum of RGB (Red+Green+Blue) = 78+72+47=197 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.59% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 78 - color contains mainly: red. Hex color #4E482F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E482F is #B1B7D0. Grayscale: #474747. Windows color (decimal): -11646929 or 3098702. OLE color: 3098702.
HSL color Cylindrical-coordinate representation of color #4E482F: hue angle of 48.39º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E482F is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 72 | 47 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.69 |
| HSL | 48.39º | 0.25% | 0.25% | - |
| HSV(B) | 48.39º | 0.4% | 0.31% | - |
| XYZ | 5.97 | 6.46 | 3.62 | - |
| YUV | 70.94 | 114.49 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 72 | 47 | 0 | 0.08 | 0.40 | 0.69 | 48.39 | 0.25 | 0.25 |
| Hex | 4E | 48 | 2F | 0 | 8 | 28 | 45 | 30 | 19 | 19 |
| Octal | 116 | 110 | 57 | 0 | 10 | 50 | 105 | 60 | 31 | 31 |
| Binary | 1001110 | 1001000 | 101111 | 0 | 1000 | 101000 | 1000101 | 110000 | 11001 | 11001 |
Color Harmonies of #4E482F
Complementary color
Monochromatic Colors of #4E482F
Black with #4E482F
Text Example
Text Example
White with #4E482F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E482F; }
p { color: rgb(78,72,47); }
H1.HeaderClassName
{
color: #4E482F;
}
.AnyTagClassName
{
color: #4E482F;
}
</style>
background-color css
<style>
a { background-color: #4E482F; }
a { background-color: rgb(78,72,47); }
div.DivClassName
{
background-color: #4E482F;
}
.BgClassName
{
background-color: #4E482F;
}
</style>
border-color css
<style>
span { border-color: #4E482F; }
span { border-color: rgb(78,72,47); }
td.TdClassName
{
border-color: #4E482F;
}
.TagClassName
{
border-color: #4E482F;
}
</style>