Shades of Thatch Green #4E482C
Tints of Thatch Green #4E482C
RGB
CMYK
RGB Variations
Color information
#4E482C (or 0x4E482C) is known color: Thatch Green. HEX triplet: 4E, 48 and 2C. RGB value is (78,72,44). Sum of RGB (Red+Green+Blue) = 78+72+44=194 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.21% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 78 - color contains mainly: red. Hex color #4E482C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E482C is #B1B7D3. Grayscale: #464646. Windows color (decimal): -11646932 or 2902094. OLE color: 2902094.
HSL color Cylindrical-coordinate representation of color #4E482C: hue angle of 49.41º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4E482C is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 72 | 44 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.69 |
| HSL | 49.41º | 0.28% | 0.24% | - |
| HSV(B) | 49.41º | 0.44% | 0.31% | - |
| XYZ | 5.91 | 6.44 | 3.31 | - |
| YUV | 70.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 72 | 44 | 0 | 0.08 | 0.44 | 0.69 | 49.41 | 0.28 | 0.24 |
| Hex | 4E | 48 | 2C | 0 | 8 | 2C | 45 | 31 | 1C | 18 |
| Octal | 116 | 110 | 54 | 0 | 10 | 54 | 105 | 61 | 34 | 30 |
| Binary | 1001110 | 1001000 | 101100 | 0 | 1000 | 101100 | 1000101 | 110001 | 11100 | 11000 |
Color Harmonies of #4E482C
Complementary color
Monochromatic Colors of #4E482C
Black with #4E482C
Text Example
Text Example
White with #4E482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E482C; }
p { color: rgb(78,72,44); }
H1.HeaderClassName
{
color: #4E482C;
}
.AnyTagClassName
{
color: #4E482C;
}
</style>
background-color css
<style>
a { background-color: #4E482C; }
a { background-color: rgb(78,72,44); }
div.DivClassName
{
background-color: #4E482C;
}
.BgClassName
{
background-color: #4E482C;
}
</style>
border-color css
<style>
span { border-color: #4E482C; }
span { border-color: rgb(78,72,44); }
td.TdClassName
{
border-color: #4E482C;
}
.TagClassName
{
border-color: #4E482C;
}
</style>