Shades of Thatch Green #58512D
Tints of Thatch Green #58512D
RGB
CMYK
RGB Variations
Color information
#58512D (or 0x58512D) is known color: Thatch Green. HEX triplet: 58, 51 and 2D. RGB value is (88,81,45). Sum of RGB (Red+Green+Blue) = 88+81+45=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 88 - color contains mainly: red. Hex color #58512D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58512D is #A7AED2. Grayscale: #4F4F4F. Windows color (decimal): -10989267 or 2969944. OLE color: 2969944.
HSL color Cylindrical-coordinate representation of color #58512D: hue angle of 50.23º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58512D is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 81 | 45 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.65 |
| HSL | 50.23º | 0.32% | 0.26% | - |
| HSV(B) | 50.23º | 0.49% | 0.35% | - |
| XYZ | 7.44 | 8.15 | 3.66 | - |
| YUV | 78.99 | 108.82 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 81 | 45 | 0 | 0.08 | 0.49 | 0.65 | 50.23 | 0.32 | 0.26 |
| Hex | 58 | 51 | 2D | 0 | 8 | 31 | 41 | 32 | 20 | 1A |
| Octal | 130 | 121 | 55 | 0 | 10 | 61 | 101 | 62 | 40 | 32 |
| Binary | 1011000 | 1010001 | 101101 | 0 | 1000 | 110001 | 1000001 | 110010 | 100000 | 11010 |
Color Harmonies of #58512D
Complementary color
Monochromatic Colors of #58512D
Black with #58512D
Text Example
Text Example
White with #58512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58512D; }
p { color: rgb(88,81,45); }
H1.HeaderClassName
{
color: #58512D;
}
.AnyTagClassName
{
color: #58512D;
}
</style>
background-color css
<style>
a { background-color: #58512D; }
a { background-color: rgb(88,81,45); }
div.DivClassName
{
background-color: #58512D;
}
.BgClassName
{
background-color: #58512D;
}
</style>
border-color css
<style>
span { border-color: #58512D; }
span { border-color: rgb(88,81,45); }
td.TdClassName
{
border-color: #58512D;
}
.TagClassName
{
border-color: #58512D;
}
</style>