Shades of Thatch Green #58512B
Tints of Thatch Green #58512B
RGB
CMYK
RGB Variations
Color information
#58512B (or 0x58512B) is known color: Thatch Green. HEX triplet: 58, 51 and 2B. RGB value is (88,81,43). Sum of RGB (Red+Green+Blue) = 88+81+43=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 88 - color contains mainly: red. Hex color #58512B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58512B is #A7AED4. Grayscale: #4E4E4E. Windows color (decimal): -10989269 or 2838872. OLE color: 2838872.
HSL color Cylindrical-coordinate representation of color #58512B: hue angle of 50.67º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58512B is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 81 | 43 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.65 |
| HSL | 50.67º | 0.34% | 0.26% | - |
| HSV(B) | 50.67º | 0.51% | 0.35% | - |
| XYZ | 7.4 | 8.13 | 3.47 | - |
| YUV | 78.76 | 107.82 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 81 | 43 | 0 | 0.08 | 0.51 | 0.65 | 50.67 | 0.34 | 0.26 |
| Hex | 58 | 51 | 2B | 0 | 8 | 33 | 41 | 33 | 22 | 1A |
| Octal | 130 | 121 | 53 | 0 | 10 | 63 | 101 | 63 | 42 | 32 |
| Binary | 1011000 | 1010001 | 101011 | 0 | 1000 | 110011 | 1000001 | 110011 | 100010 | 11010 |
Color Harmonies of #58512B
Complementary color
Monochromatic Colors of #58512B
Black with #58512B
Text Example
Text Example
White with #58512B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58512B; }
p { color: rgb(88,81,43); }
H1.HeaderClassName
{
color: #58512B;
}
.AnyTagClassName
{
color: #58512B;
}
</style>
background-color css
<style>
a { background-color: #58512B; }
a { background-color: rgb(88,81,43); }
div.DivClassName
{
background-color: #58512B;
}
.BgClassName
{
background-color: #58512B;
}
</style>
border-color css
<style>
span { border-color: #58512B; }
span { border-color: rgb(88,81,43); }
td.TdClassName
{
border-color: #58512B;
}
.TagClassName
{
border-color: #58512B;
}
</style>