Shades of Thatch Green #524C2C
Tints of Thatch Green #524C2C
RGB
CMYK
RGB Variations
Color information
#524C2C (or 0x524C2C) is known color: Thatch Green. HEX triplet: 52, 4C and 2C. RGB value is (82,76,44). Sum of RGB (Red+Green+Blue) = 82+76+44=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 82 - color contains mainly: red. Hex color #524C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524C2C is #ADB3D3. Grayscale: #4A4A4A. Windows color (decimal): -11383764 or 2903122. OLE color: 2903122.
HSL color Cylindrical-coordinate representation of color #524C2C: hue angle of 50.53º 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 #524C2C is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 76 | 44 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.68 |
| HSL | 50.53º | 0.3% | 0.25% | - |
| HSV(B) | 50.53º | 0.46% | 0.32% | - |
| XYZ | 6.52 | 7.14 | 3.42 | - |
| YUV | 74.15 | 110.99 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 76 | 44 | 0 | 0.07 | 0.46 | 0.68 | 50.53 | 0.3 | 0.25 |
| Hex | 52 | 4C | 2C | 0 | 7 | 2E | 44 | 33 | 1E | 19 |
| Octal | 122 | 114 | 54 | 0 | 7 | 56 | 104 | 63 | 36 | 31 |
| Binary | 1010010 | 1001100 | 101100 | 0 | 111 | 101110 | 1000100 | 110011 | 11110 | 11001 |
Color Harmonies of #524C2C
Complementary color
Monochromatic Colors of #524C2C
Black with #524C2C
Text Example
Text Example
White with #524C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524C2C; }
p { color: rgb(82,76,44); }
H1.HeaderClassName
{
color: #524C2C;
}
.AnyTagClassName
{
color: #524C2C;
}
</style>
background-color css
<style>
a { background-color: #524C2C; }
a { background-color: rgb(82,76,44); }
div.DivClassName
{
background-color: #524C2C;
}
.BgClassName
{
background-color: #524C2C;
}
</style>
border-color css
<style>
span { border-color: #524C2C; }
span { border-color: rgb(82,76,44); }
td.TdClassName
{
border-color: #524C2C;
}
.TagClassName
{
border-color: #524C2C;
}
</style>