Shades of Thatch Green #575128
Tints of Thatch Green #575128
RGB
CMYK
RGB Variations
Color information
#575128 (or 0x575128) is known color: Thatch Green. HEX triplet: 57, 51 and 28. RGB value is (87,81,40). Sum of RGB (Red+Green+Blue) = 87+81+40=208 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.83% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 87 - color contains mainly: red. Hex color #575128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575128 is #A8AED7. Grayscale: #4E4E4E. Windows color (decimal): -11054808 or 2642263. OLE color: 2642263.
HSL color Cylindrical-coordinate representation of color #575128: hue angle of 52.34º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #575128 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 81 | 40 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.66 |
| HSL | 52.34º | 0.37% | 0.25% | - |
| HSV(B) | 52.34º | 0.54% | 0.34% | - |
| XYZ | 7.26 | 8.06 | 3.18 | - |
| YUV | 78.12 | 106.49 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 81 | 40 | 0 | 0.07 | 0.54 | 0.66 | 52.34 | 0.37 | 0.25 |
| Hex | 57 | 51 | 28 | 0 | 7 | 36 | 42 | 34 | 25 | 19 |
| Octal | 127 | 121 | 50 | 0 | 7 | 66 | 102 | 64 | 45 | 31 |
| Binary | 1010111 | 1010001 | 101000 | 0 | 111 | 110110 | 1000010 | 110100 | 100101 | 11001 |
Color Harmonies of #575128
Complementary color
Monochromatic Colors of #575128
Black with #575128
Text Example
Text Example
White with #575128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575128; }
p { color: rgb(87,81,40); }
H1.HeaderClassName
{
color: #575128;
}
.AnyTagClassName
{
color: #575128;
}
</style>
background-color css
<style>
a { background-color: #575128; }
a { background-color: rgb(87,81,40); }
div.DivClassName
{
background-color: #575128;
}
.BgClassName
{
background-color: #575128;
}
</style>
border-color css
<style>
span { border-color: #575128; }
span { border-color: rgb(87,81,40); }
td.TdClassName
{
border-color: #575128;
}
.TagClassName
{
border-color: #575128;
}
</style>