Shades of Thatch Green #58532A
Tints of Thatch Green #58532A
RGB
CMYK
RGB Variations
Color information
#58532A (or 0x58532A) is known color: Thatch Green. HEX triplet: 58, 53 and 2A. RGB value is (88,83,42). Sum of RGB (Red+Green+Blue) = 88+83+42=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 88 - color contains mainly: red. Hex color #58532A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58532A is #A7ACD5. Grayscale: #4F4F4F. Windows color (decimal): -10988758 or 2773848. OLE color: 2773848.
HSL color Cylindrical-coordinate representation of color #58532A: hue angle of 53.48º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58532A is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 83 | 42 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.65 |
| HSL | 53.48º | 0.35% | 0.25% | - |
| HSV(B) | 53.48º | 0.52% | 0.35% | - |
| XYZ | 7.54 | 8.43 | 3.42 | - |
| YUV | 79.82 | 106.66 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 83 | 42 | 0 | 0.06 | 0.52 | 0.65 | 53.48 | 0.35 | 0.25 |
| Hex | 58 | 53 | 2A | 0 | 6 | 34 | 41 | 35 | 23 | 19 |
| Octal | 130 | 123 | 52 | 0 | 6 | 64 | 101 | 65 | 43 | 31 |
| Binary | 1011000 | 1010011 | 101010 | 0 | 110 | 110100 | 1000001 | 110101 | 100011 | 11001 |
Color Harmonies of #58532A
Complementary color
Monochromatic Colors of #58532A
Black with #58532A
Text Example
Text Example
White with #58532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58532A; }
p { color: rgb(88,83,42); }
H1.HeaderClassName
{
color: #58532A;
}
.AnyTagClassName
{
color: #58532A;
}
</style>
background-color css
<style>
a { background-color: #58532A; }
a { background-color: rgb(88,83,42); }
div.DivClassName
{
background-color: #58532A;
}
.BgClassName
{
background-color: #58532A;
}
</style>
border-color css
<style>
span { border-color: #58532A; }
span { border-color: rgb(88,83,42); }
td.TdClassName
{
border-color: #58532A;
}
.TagClassName
{
border-color: #58532A;
}
</style>