Shades of Thatch Green #585134
Tints of Thatch Green #585134
RGB
CMYK
RGB Variations
Color information
#585134 (or 0x585134) is known color: Thatch Green. HEX triplet: 58, 51 and 34. RGB value is (88,81,52). Sum of RGB (Red+Green+Blue) = 88+81+52=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 88 - color contains mainly: red. Hex color #585134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585134 is #A7AECB. Grayscale: #4F4F4F. Windows color (decimal): -10989260 or 3428696. OLE color: 3428696.
HSL color Cylindrical-coordinate representation of color #585134: hue angle of 48.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #585134 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 81 | 52 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.65 |
| HSL | 48.33º | 0.26% | 0.27% | - |
| HSV(B) | 48.33º | 0.41% | 0.35% | - |
| XYZ | 7.59 | 8.21 | 4.43 | - |
| YUV | 79.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 81 | 52 | 0 | 0.08 | 0.41 | 0.65 | 48.33 | 0.26 | 0.27 |
| Hex | 58 | 51 | 34 | 0 | 8 | 29 | 41 | 30 | 1A | 1B |
| Octal | 130 | 121 | 64 | 0 | 10 | 51 | 101 | 60 | 32 | 33 |
| Binary | 1011000 | 1010001 | 110100 | 0 | 1000 | 101001 | 1000001 | 110000 | 11010 | 11011 |
Color Harmonies of #585134
Complementary color
Monochromatic Colors of #585134
Black with #585134
Text Example
Text Example
White with #585134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585134; }
p { color: rgb(88,81,52); }
H1.HeaderClassName
{
color: #585134;
}
.AnyTagClassName
{
color: #585134;
}
</style>
background-color css
<style>
a { background-color: #585134; }
a { background-color: rgb(88,81,52); }
div.DivClassName
{
background-color: #585134;
}
.BgClassName
{
background-color: #585134;
}
</style>
border-color css
<style>
span { border-color: #585134; }
span { border-color: rgb(88,81,52); }
td.TdClassName
{
border-color: #585134;
}
.TagClassName
{
border-color: #585134;
}
</style>