Shades of Thatch Green #595232
Tints of Thatch Green #595232
RGB
CMYK
RGB Variations
Color information
#595232 (or 0x595232) is known color: Thatch Green. HEX triplet: 59, 52 and 32. RGB value is (89,82,50). Sum of RGB (Red+Green+Blue) = 89+82+50=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 89 - color contains mainly: red. Hex color #595232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595232 is #A6ADCD. Grayscale: #505050. Windows color (decimal): -10923470 or 3297881. OLE color: 3297881.
HSL color Cylindrical-coordinate representation of color #595232: hue angle of 49.23º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #595232 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 82 | 50 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.65 |
| HSL | 49.23º | 0.28% | 0.27% | - |
| HSV(B) | 49.23º | 0.44% | 0.35% | - |
| XYZ | 7.71 | 8.39 | 4.23 | - |
| YUV | 80.45 | 110.82 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 50 | 0 | 0.08 | 0.44 | 0.65 | 49.23 | 0.28 | 0.27 |
| Hex | 59 | 52 | 32 | 0 | 8 | 2C | 41 | 31 | 1C | 1B |
| Octal | 131 | 122 | 62 | 0 | 10 | 54 | 101 | 61 | 34 | 33 |
| Binary | 1011001 | 1010010 | 110010 | 0 | 1000 | 101100 | 1000001 | 110001 | 11100 | 11011 |
Color Harmonies of #595232
Complementary color
Monochromatic Colors of #595232
Black with #595232
Text Example
Text Example
White with #595232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595232; }
p { color: rgb(89,82,50); }
H1.HeaderClassName
{
color: #595232;
}
.AnyTagClassName
{
color: #595232;
}
</style>
background-color css
<style>
a { background-color: #595232; }
a { background-color: rgb(89,82,50); }
div.DivClassName
{
background-color: #595232;
}
.BgClassName
{
background-color: #595232;
}
</style>
border-color css
<style>
span { border-color: #595232; }
span { border-color: rgb(89,82,50); }
td.TdClassName
{
border-color: #595232;
}
.TagClassName
{
border-color: #595232;
}
</style>