Shades of Thatch Green #59522D
Tints of Thatch Green #59522D
RGB
CMYK
RGB Variations
Color information
#59522D (or 0x59522D) is known color: Thatch Green. HEX triplet: 59, 52 and 2D. RGB value is (89,82,45). Sum of RGB (Red+Green+Blue) = 89+82+45=216 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.20% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 89 - color contains mainly: red. Hex color #59522D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59522D is #A6ADD2. Grayscale: #505050. Windows color (decimal): -10923475 or 2970201. OLE color: 2970201.
HSL color Cylindrical-coordinate representation of color #59522D: hue angle of 50.45º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59522D is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 82 | 45 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.65 |
| HSL | 50.45º | 0.33% | 0.26% | - |
| HSV(B) | 50.45º | 0.49% | 0.35% | - |
| XYZ | 7.61 | 8.35 | 3.69 | - |
| YUV | 79.88 | 108.32 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 45 | 0 | 0.08 | 0.49 | 0.65 | 50.45 | 0.33 | 0.26 |
| Hex | 59 | 52 | 2D | 0 | 8 | 31 | 41 | 32 | 21 | 1A |
| Octal | 131 | 122 | 55 | 0 | 10 | 61 | 101 | 62 | 41 | 32 |
| Binary | 1011001 | 1010010 | 101101 | 0 | 1000 | 110001 | 1000001 | 110010 | 100001 | 11010 |
Color Harmonies of #59522D
Complementary color
Monochromatic Colors of #59522D
Black with #59522D
Text Example
Text Example
White with #59522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59522D; }
p { color: rgb(89,82,45); }
H1.HeaderClassName
{
color: #59522D;
}
.AnyTagClassName
{
color: #59522D;
}
</style>
background-color css
<style>
a { background-color: #59522D; }
a { background-color: rgb(89,82,45); }
div.DivClassName
{
background-color: #59522D;
}
.BgClassName
{
background-color: #59522D;
}
</style>
border-color css
<style>
span { border-color: #59522D; }
span { border-color: rgb(89,82,45); }
td.TdClassName
{
border-color: #59522D;
}
.TagClassName
{
border-color: #59522D;
}
</style>