Shades of Thatch Green #58522C
Tints of Thatch Green #58522C
RGB
CMYK
RGB Variations
Color information
#58522C (or 0x58522C) is known color: Thatch Green. HEX triplet: 58, 52 and 2C. RGB value is (88,82,44). Sum of RGB (Red+Green+Blue) = 88+82+44=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 88 - color contains mainly: red. Hex color #58522C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58522C is #A7ADD3. Grayscale: #4F4F4F. Windows color (decimal): -10989012 or 2904664. OLE color: 2904664.
HSL color Cylindrical-coordinate representation of color #58522C: hue angle of 51.82º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58522C is Cyan = 0, Magento = 0.07, Yellow = 0.5 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 82 | 44 | - |
| CMYK | 0 | 0.07 | 0.5 | 0.65 |
| HSL | 51.82º | 0.33% | 0.26% | - |
| HSV(B) | 51.82º | 0.5% | 0.35% | - |
| XYZ | 7.5 | 8.29 | 3.59 | - |
| YUV | 79.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 82 | 44 | 0 | 0.07 | 0.5 | 0.65 | 51.82 | 0.33 | 0.26 |
| Hex | 58 | 52 | 2C | 0 | 7 | 32 | 41 | 34 | 21 | 1A |
| Octal | 130 | 122 | 54 | 0 | 7 | 62 | 101 | 64 | 41 | 32 |
| Binary | 1011000 | 1010010 | 101100 | 0 | 111 | 110010 | 1000001 | 110100 | 100001 | 11010 |
Color Harmonies of #58522C
Complementary color
Monochromatic Colors of #58522C
Black with #58522C
Text Example
Text Example
White with #58522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58522C; }
p { color: rgb(88,82,44); }
H1.HeaderClassName
{
color: #58522C;
}
.AnyTagClassName
{
color: #58522C;
}
</style>
background-color css
<style>
a { background-color: #58522C; }
a { background-color: rgb(88,82,44); }
div.DivClassName
{
background-color: #58522C;
}
.BgClassName
{
background-color: #58522C;
}
</style>
border-color css
<style>
span { border-color: #58522C; }
span { border-color: rgb(88,82,44); }
td.TdClassName
{
border-color: #58522C;
}
.TagClassName
{
border-color: #58522C;
}
</style>