Shades of Thatch Green #4D482E
Tints of Thatch Green #4D482E
RGB
CMYK
RGB Variations
Color information
#4D482E (or 0x4D482E) is known color: Thatch Green. HEX triplet: 4D, 48 and 2E. RGB value is (77,72,46). Sum of RGB (Red+Green+Blue) = 77+72+46=195 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.49% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 77 - color contains mainly: red. Hex color #4D482E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D482E is #B2B7D1. Grayscale: #464646. Windows color (decimal): -11712466 or 3033165. OLE color: 3033165.
HSL color Cylindrical-coordinate representation of color #4D482E: hue angle of 50.32º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D482E is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 72 | 46 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.70 |
| HSL | 50.32º | 0.25% | 0.24% | - |
| HSV(B) | 50.32º | 0.4% | 0.3% | - |
| XYZ | 5.87 | 6.41 | 3.51 | - |
| YUV | 70.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 72 | 46 | 0 | 0.06 | 0.40 | 0.70 | 50.32 | 0.25 | 0.24 |
| Hex | 4D | 48 | 2E | 0 | 6 | 28 | 46 | 32 | 19 | 18 |
| Octal | 115 | 110 | 56 | 0 | 6 | 50 | 106 | 62 | 31 | 30 |
| Binary | 1001101 | 1001000 | 101110 | 0 | 110 | 101000 | 1000110 | 110010 | 11001 | 11000 |
Color Harmonies of #4D482E
Complementary color
Monochromatic Colors of #4D482E
Black with #4D482E
Text Example
Text Example
White with #4D482E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D482E; }
p { color: rgb(77,72,46); }
H1.HeaderClassName
{
color: #4D482E;
}
.AnyTagClassName
{
color: #4D482E;
}
</style>
background-color css
<style>
a { background-color: #4D482E; }
a { background-color: rgb(77,72,46); }
div.DivClassName
{
background-color: #4D482E;
}
.BgClassName
{
background-color: #4D482E;
}
</style>
border-color css
<style>
span { border-color: #4D482E; }
span { border-color: rgb(77,72,46); }
td.TdClassName
{
border-color: #4D482E;
}
.TagClassName
{
border-color: #4D482E;
}
</style>