Shades of Thatch Green #58502F
Tints of Thatch Green #58502F
RGB
CMYK
RGB Variations
Color information
#58502F (or 0x58502F) is known color: Thatch Green. HEX triplet: 58, 50 and 2F. RGB value is (88,80,47). Sum of RGB (Red+Green+Blue) = 88+80+47=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 88 - color contains mainly: red. Hex color #58502F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58502F is #A7AFD0. Grayscale: #4E4E4E. Windows color (decimal): -10989521 or 3100760. OLE color: 3100760.
HSL color Cylindrical-coordinate representation of color #58502F: hue angle of 48.29º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58502F is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 80 | 47 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.65 |
| HSL | 48.29º | 0.3% | 0.26% | - |
| HSV(B) | 48.29º | 0.47% | 0.35% | - |
| XYZ | 7.41 | 8.02 | 3.85 | - |
| YUV | 78.63 | 110.15 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 80 | 47 | 0 | 0.09 | 0.47 | 0.65 | 48.29 | 0.3 | 0.26 |
| Hex | 58 | 50 | 2F | 0 | 9 | 2F | 41 | 30 | 1E | 1A |
| Octal | 130 | 120 | 57 | 0 | 11 | 57 | 101 | 60 | 36 | 32 |
| Binary | 1011000 | 1010000 | 101111 | 0 | 1001 | 101111 | 1000001 | 110000 | 11110 | 11010 |
Color Harmonies of #58502F
Complementary color
Monochromatic Colors of #58502F
Black with #58502F
Text Example
Text Example
White with #58502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58502F; }
p { color: rgb(88,80,47); }
H1.HeaderClassName
{
color: #58502F;
}
.AnyTagClassName
{
color: #58502F;
}
</style>
background-color css
<style>
a { background-color: #58502F; }
a { background-color: rgb(88,80,47); }
div.DivClassName
{
background-color: #58502F;
}
.BgClassName
{
background-color: #58502F;
}
</style>
border-color css
<style>
span { border-color: #58502F; }
span { border-color: rgb(88,80,47); }
td.TdClassName
{
border-color: #58502F;
}
.TagClassName
{
border-color: #58502F;
}
</style>