Shades of Thatch Green #585329
Tints of Thatch Green #585329
RGB
CMYK
RGB Variations
Color information
#585329 (or 0x585329) is known color: Thatch Green. HEX triplet: 58, 53 and 29. RGB value is (88,83,41). Sum of RGB (Red+Green+Blue) = 88+83+41=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 88 - color contains mainly: red. Hex color #585329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585329 is #A7ACD6. Grayscale: #4F4F4F. Windows color (decimal): -10988759 or 2708312. OLE color: 2708312.
HSL color Cylindrical-coordinate representation of color #585329: hue angle of 53.62º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #585329 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 83 | 41 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.65 |
| HSL | 53.62º | 0.36% | 0.25% | - |
| HSV(B) | 53.62º | 0.53% | 0.35% | - |
| XYZ | 7.52 | 8.42 | 3.33 | - |
| YUV | 79.71 | 106.16 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 83 | 41 | 0 | 0.06 | 0.53 | 0.65 | 53.62 | 0.36 | 0.25 |
| Hex | 58 | 53 | 29 | 0 | 6 | 35 | 41 | 36 | 24 | 19 |
| Octal | 130 | 123 | 51 | 0 | 6 | 65 | 101 | 66 | 44 | 31 |
| Binary | 1011000 | 1010011 | 101001 | 0 | 110 | 110101 | 1000001 | 110110 | 100100 | 11001 |
Color Harmonies of #585329
Complementary color
Monochromatic Colors of #585329
Black with #585329
Text Example
Text Example
White with #585329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585329; }
p { color: rgb(88,83,41); }
H1.HeaderClassName
{
color: #585329;
}
.AnyTagClassName
{
color: #585329;
}
</style>
background-color css
<style>
a { background-color: #585329; }
a { background-color: rgb(88,83,41); }
div.DivClassName
{
background-color: #585329;
}
.BgClassName
{
background-color: #585329;
}
</style>
border-color css
<style>
span { border-color: #585329; }
span { border-color: rgb(88,83,41); }
td.TdClassName
{
border-color: #585329;
}
.TagClassName
{
border-color: #585329;
}
</style>