Shades of Thatch Green #585429
Tints of Thatch Green #585429
RGB
CMYK
RGB Variations
Color information
#585429 (or 0x585429) is known color: Thatch Green. HEX triplet: 58, 54 and 29. RGB value is (88,84,41). Sum of RGB (Red+Green+Blue) = 88+84+41=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 41 (16.41% from 255 or 19.25% from 213); Max value from RGB is 88 - color contains mainly: red. Hex color #585429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585429 is #A7ABD6. Grayscale: #505050. Windows color (decimal): -10988503 or 2708568. OLE color: 2708568.
HSL color Cylindrical-coordinate representation of color #585429: hue angle of 54.89º 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 #585429 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 84 | 41 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.65 |
| HSL | 54.89º | 0.36% | 0.25% | - |
| HSV(B) | 54.89º | 0.53% | 0.35% | - |
| XYZ | 7.6 | 8.58 | 3.35 | - |
| YUV | 80.29 | 105.83 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 84 | 41 | 0 | 0.05 | 0.53 | 0.65 | 54.89 | 0.36 | 0.25 |
| Hex | 58 | 54 | 29 | 0 | 5 | 35 | 41 | 37 | 24 | 19 |
| Octal | 130 | 124 | 51 | 0 | 5 | 65 | 101 | 67 | 44 | 31 |
| Binary | 1011000 | 1010100 | 101001 | 0 | 101 | 110101 | 1000001 | 110111 | 100100 | 11001 |
Color Harmonies of #585429
Complementary color
Monochromatic Colors of #585429
Black with #585429
Text Example
Text Example
White with #585429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585429; }
p { color: rgb(88,84,41); }
H1.HeaderClassName
{
color: #585429;
}
.AnyTagClassName
{
color: #585429;
}
</style>
background-color css
<style>
a { background-color: #585429; }
a { background-color: rgb(88,84,41); }
div.DivClassName
{
background-color: #585429;
}
.BgClassName
{
background-color: #585429;
}
</style>
border-color css
<style>
span { border-color: #585429; }
span { border-color: rgb(88,84,41); }
td.TdClassName
{
border-color: #585429;
}
.TagClassName
{
border-color: #585429;
}
</style>