Shades of Thatch Green #58532C
Tints of Thatch Green #58532C
RGB
CMYK
RGB Variations
Color information
#58532C (or 0x58532C) is known color: Thatch Green. HEX triplet: 58, 53 and 2C. RGB value is (88,83,44). Sum of RGB (Red+Green+Blue) = 88+83+44=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 88 - color contains mainly: red. Hex color #58532C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58532C is #A7ACD3. Grayscale: #505050. Windows color (decimal): -10988756 or 2904920. OLE color: 2904920.
HSL color Cylindrical-coordinate representation of color #58532C: hue angle of 53.18º 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 #58532C is Cyan = 0, Magento = 0.06, Yellow = 0.5 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 83 | 44 | - |
| CMYK | 0 | 0.06 | 0.5 | 0.65 |
| HSL | 53.18º | 0.33% | 0.26% | - |
| HSV(B) | 53.18º | 0.5% | 0.35% | - |
| XYZ | 7.57 | 8.44 | 3.61 | - |
| YUV | 80.05 | 107.66 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 83 | 44 | 0 | 0.06 | 0.5 | 0.65 | 53.18 | 0.33 | 0.26 |
| Hex | 58 | 53 | 2C | 0 | 6 | 32 | 41 | 35 | 21 | 1A |
| Octal | 130 | 123 | 54 | 0 | 6 | 62 | 101 | 65 | 41 | 32 |
| Binary | 1011000 | 1010011 | 101100 | 0 | 110 | 110010 | 1000001 | 110101 | 100001 | 11010 |
Color Harmonies of #58532C
Complementary color
Monochromatic Colors of #58532C
Black with #58532C
Text Example
Text Example
White with #58532C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58532C; }
p { color: rgb(88,83,44); }
H1.HeaderClassName
{
color: #58532C;
}
.AnyTagClassName
{
color: #58532C;
}
</style>
background-color css
<style>
a { background-color: #58532C; }
a { background-color: rgb(88,83,44); }
div.DivClassName
{
background-color: #58532C;
}
.BgClassName
{
background-color: #58532C;
}
</style>
border-color css
<style>
span { border-color: #58532C; }
span { border-color: rgb(88,83,44); }
td.TdClassName
{
border-color: #58532C;
}
.TagClassName
{
border-color: #58532C;
}
</style>