Shades of Thatch Green #585032
Tints of Thatch Green #585032
RGB
CMYK
RGB Variations
Color information
#585032 (or 0x585032) is known color: Thatch Green. HEX triplet: 58, 50 and 32. RGB value is (88,80,50). Sum of RGB (Red+Green+Blue) = 88+80+50=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 88 - color contains mainly: red. Hex color #585032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585032 is #A7AFCD. Grayscale: #4F4F4F. Windows color (decimal): -10989518 or 3297368. OLE color: 3297368.
HSL color Cylindrical-coordinate representation of color #585032: hue angle of 47.37º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #585032 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 80 | 50 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.65 |
| HSL | 47.37º | 0.28% | 0.27% | - |
| HSV(B) | 47.37º | 0.43% | 0.35% | - |
| XYZ | 7.47 | 8.04 | 4.18 | - |
| YUV | 78.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 80 | 50 | 0 | 0.09 | 0.43 | 0.65 | 47.37 | 0.28 | 0.27 |
| Hex | 58 | 50 | 32 | 0 | 9 | 2B | 41 | 2F | 1C | 1B |
| Octal | 130 | 120 | 62 | 0 | 11 | 53 | 101 | 57 | 34 | 33 |
| Binary | 1011000 | 1010000 | 110010 | 0 | 1001 | 101011 | 1000001 | 101111 | 11100 | 11011 |
Color Harmonies of #585032
Complementary color
Monochromatic Colors of #585032
Black with #585032
Text Example
Text Example
White with #585032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585032; }
p { color: rgb(88,80,50); }
H1.HeaderClassName
{
color: #585032;
}
.AnyTagClassName
{
color: #585032;
}
</style>
background-color css
<style>
a { background-color: #585032; }
a { background-color: rgb(88,80,50); }
div.DivClassName
{
background-color: #585032;
}
.BgClassName
{
background-color: #585032;
}
</style>
border-color css
<style>
span { border-color: #585032; }
span { border-color: rgb(88,80,50); }
td.TdClassName
{
border-color: #585032;
}
.TagClassName
{
border-color: #585032;
}
</style>