Shades of Thatch Green #575234
Tints of Thatch Green #575234
RGB
CMYK
RGB Variations
Color information
#575234 (or 0x575234) is known color: Thatch Green. HEX triplet: 57, 52 and 34. RGB value is (87,82,52). Sum of RGB (Red+Green+Blue) = 87+82+52=221 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.37% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 87 - color contains mainly: red. Hex color #575234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575234 is #A8ADCB. Grayscale: #505050. Windows color (decimal): -11054540 or 3428951. OLE color: 3428951.
HSL color Cylindrical-coordinate representation of color #575234: hue angle of 51.43º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #575234 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 82 | 52 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.66 |
| HSL | 51.43º | 0.25% | 0.27% | - |
| HSV(B) | 51.43º | 0.4% | 0.34% | - |
| XYZ | 7.57 | 8.31 | 4.45 | - |
| YUV | 80.08 | 112.16 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 52 | 0 | 0.06 | 0.40 | 0.66 | 51.43 | 0.25 | 0.27 |
| Hex | 57 | 52 | 34 | 0 | 6 | 28 | 42 | 33 | 19 | 1B |
| Octal | 127 | 122 | 64 | 0 | 6 | 50 | 102 | 63 | 31 | 33 |
| Binary | 1010111 | 1010010 | 110100 | 0 | 110 | 101000 | 1000010 | 110011 | 11001 | 11011 |
Color Harmonies of #575234
Complementary color
Monochromatic Colors of #575234
Black with #575234
Text Example
Text Example
White with #575234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575234; }
p { color: rgb(87,82,52); }
H1.HeaderClassName
{
color: #575234;
}
.AnyTagClassName
{
color: #575234;
}
</style>
background-color css
<style>
a { background-color: #575234; }
a { background-color: rgb(87,82,52); }
div.DivClassName
{
background-color: #575234;
}
.BgClassName
{
background-color: #575234;
}
</style>
border-color css
<style>
span { border-color: #575234; }
span { border-color: rgb(87,82,52); }
td.TdClassName
{
border-color: #575234;
}
.TagClassName
{
border-color: #575234;
}
</style>