Shades of Thatch Green #575029
Tints of Thatch Green #575029
RGB
CMYK
RGB Variations
Color information
#575029 (or 0x575029) is known color: Thatch Green. HEX triplet: 57, 50 and 29. RGB value is (87,80,41). Sum of RGB (Red+Green+Blue) = 87+80+41=208 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.83% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 87 - color contains mainly: red. Hex color #575029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575029 is #A8AFD6. Grayscale: #4D4D4D. Windows color (decimal): -11055063 or 2707543. OLE color: 2707543.
HSL color Cylindrical-coordinate representation of color #575029: hue angle of 50.87º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #575029 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 80 | 41 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.66 |
| HSL | 50.87º | 0.36% | 0.25% | - |
| HSV(B) | 50.87º | 0.53% | 0.34% | - |
| XYZ | 7.2 | 7.92 | 3.25 | - |
| YUV | 77.65 | 107.32 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 80 | 41 | 0 | 0.08 | 0.53 | 0.66 | 50.87 | 0.36 | 0.25 |
| Hex | 57 | 50 | 29 | 0 | 8 | 35 | 42 | 33 | 24 | 19 |
| Octal | 127 | 120 | 51 | 0 | 10 | 65 | 102 | 63 | 44 | 31 |
| Binary | 1010111 | 1010000 | 101001 | 0 | 1000 | 110101 | 1000010 | 110011 | 100100 | 11001 |
Color Harmonies of #575029
Complementary color
Monochromatic Colors of #575029
Black with #575029
Text Example
Text Example
White with #575029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575029; }
p { color: rgb(87,80,41); }
H1.HeaderClassName
{
color: #575029;
}
.AnyTagClassName
{
color: #575029;
}
</style>
background-color css
<style>
a { background-color: #575029; }
a { background-color: rgb(87,80,41); }
div.DivClassName
{
background-color: #575029;
}
.BgClassName
{
background-color: #575029;
}
</style>
border-color css
<style>
span { border-color: #575029; }
span { border-color: rgb(87,80,41); }
td.TdClassName
{
border-color: #575029;
}
.TagClassName
{
border-color: #575029;
}
</style>