Shades of Thatch Green #575328
Tints of Thatch Green #575328
RGB
CMYK
RGB Variations
Color information
#575328 (or 0x575328) is known color: Thatch Green. HEX triplet: 57, 53 and 28. RGB value is (87,83,40). Sum of RGB (Red+Green+Blue) = 87+83+40=210 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.43% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 87 - color contains mainly: red. Hex color #575328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575328 is #A8ACD7. Grayscale: #4F4F4F. Windows color (decimal): -11054296 or 2642775. OLE color: 2642775.
HSL color Cylindrical-coordinate representation of color #575328: hue angle of 54.89º 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 #575328 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 83 | 40 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.66 |
| HSL | 54.89º | 0.37% | 0.25% | - |
| HSV(B) | 54.89º | 0.54% | 0.34% | - |
| XYZ | 7.41 | 8.37 | 3.23 | - |
| YUV | 79.29 | 105.83 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 83 | 40 | 0 | 0.05 | 0.54 | 0.66 | 54.89 | 0.37 | 0.25 |
| Hex | 57 | 53 | 28 | 0 | 5 | 36 | 42 | 37 | 25 | 19 |
| Octal | 127 | 123 | 50 | 0 | 5 | 66 | 102 | 67 | 45 | 31 |
| Binary | 1010111 | 1010011 | 101000 | 0 | 101 | 110110 | 1000010 | 110111 | 100101 | 11001 |
Color Harmonies of #575328
Complementary color
Monochromatic Colors of #575328
Black with #575328
Text Example
Text Example
White with #575328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575328; }
p { color: rgb(87,83,40); }
H1.HeaderClassName
{
color: #575328;
}
.AnyTagClassName
{
color: #575328;
}
</style>
background-color css
<style>
a { background-color: #575328; }
a { background-color: rgb(87,83,40); }
div.DivClassName
{
background-color: #575328;
}
.BgClassName
{
background-color: #575328;
}
</style>
border-color css
<style>
span { border-color: #575328; }
span { border-color: rgb(87,83,40); }
td.TdClassName
{
border-color: #575328;
}
.TagClassName
{
border-color: #575328;
}
</style>