Shades of Thatch Green #57522C
Tints of Thatch Green #57522C
RGB
CMYK
RGB Variations
Color information
#57522C (or 0x57522C) is known color: Thatch Green. HEX triplet: 57, 52 and 2C. RGB value is (87,82,44). Sum of RGB (Red+Green+Blue) = 87+82+44=213 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.85% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 87 - color contains mainly: red. Hex color #57522C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57522C is #A8ADD3. Grayscale: #4F4F4F. Windows color (decimal): -11054548 or 2904663. OLE color: 2904663.
HSL color Cylindrical-coordinate representation of color #57522C: hue angle of 53.02º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57522C is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 82 | 44 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.66 |
| HSL | 53.02º | 0.33% | 0.26% | - |
| HSV(B) | 53.02º | 0.49% | 0.34% | - |
| XYZ | 7.4 | 8.24 | 3.58 | - |
| YUV | 79.16 | 108.16 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 44 | 0 | 0.06 | 0.49 | 0.66 | 53.02 | 0.33 | 0.26 |
| Hex | 57 | 52 | 2C | 0 | 6 | 31 | 42 | 35 | 21 | 1A |
| Octal | 127 | 122 | 54 | 0 | 6 | 61 | 102 | 65 | 41 | 32 |
| Binary | 1010111 | 1010010 | 101100 | 0 | 110 | 110001 | 1000010 | 110101 | 100001 | 11010 |
Color Harmonies of #57522C
Complementary color
Monochromatic Colors of #57522C
Black with #57522C
Text Example
Text Example
White with #57522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57522C; }
p { color: rgb(87,82,44); }
H1.HeaderClassName
{
color: #57522C;
}
.AnyTagClassName
{
color: #57522C;
}
</style>
background-color css
<style>
a { background-color: #57522C; }
a { background-color: rgb(87,82,44); }
div.DivClassName
{
background-color: #57522C;
}
.BgClassName
{
background-color: #57522C;
}
</style>
border-color css
<style>
span { border-color: #57522C; }
span { border-color: rgb(87,82,44); }
td.TdClassName
{
border-color: #57522C;
}
.TagClassName
{
border-color: #57522C;
}
</style>