Shades of Thatch Green #524D2C
Tints of Thatch Green #524D2C
RGB
CMYK
RGB Variations
Color information
#524D2C (or 0x524D2C) is known color: Thatch Green. HEX triplet: 52, 4D and 2C. RGB value is (82,77,44). Sum of RGB (Red+Green+Blue) = 82+77+44=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 82 - color contains mainly: red. Hex color #524D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524D2C is #ADB2D3. Grayscale: #4A4A4A. Windows color (decimal): -11383508 or 2903378. OLE color: 2903378.
HSL color Cylindrical-coordinate representation of color #524D2C: hue angle of 52.11º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #524D2C is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 77 | 44 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.68 |
| HSL | 52.11º | 0.3% | 0.25% | - |
| HSV(B) | 52.11º | 0.46% | 0.32% | - |
| XYZ | 6.59 | 7.28 | 3.44 | - |
| YUV | 74.73 | 110.66 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 44 | 0 | 0.06 | 0.46 | 0.68 | 52.11 | 0.3 | 0.25 |
| Hex | 52 | 4D | 2C | 0 | 6 | 2E | 44 | 34 | 1E | 19 |
| Octal | 122 | 115 | 54 | 0 | 6 | 56 | 104 | 64 | 36 | 31 |
| Binary | 1010010 | 1001101 | 101100 | 0 | 110 | 101110 | 1000100 | 110100 | 11110 | 11001 |
Color Harmonies of #524D2C
Complementary color
Monochromatic Colors of #524D2C
Black with #524D2C
Text Example
Text Example
White with #524D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524D2C; }
p { color: rgb(82,77,44); }
H1.HeaderClassName
{
color: #524D2C;
}
.AnyTagClassName
{
color: #524D2C;
}
</style>
background-color css
<style>
a { background-color: #524D2C; }
a { background-color: rgb(82,77,44); }
div.DivClassName
{
background-color: #524D2C;
}
.BgClassName
{
background-color: #524D2C;
}
</style>
border-color css
<style>
span { border-color: #524D2C; }
span { border-color: rgb(82,77,44); }
td.TdClassName
{
border-color: #524D2C;
}
.TagClassName
{
border-color: #524D2C;
}
</style>