Shades of Thatch Green #58532F
Tints of Thatch Green #58532F
RGB
CMYK
RGB Variations
Color information
#58532F (or 0x58532F) is known color: Thatch Green. HEX triplet: 58, 53 and 2F. RGB value is (88,83,47). Sum of RGB (Red+Green+Blue) = 88+83+47=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 88 - color contains mainly: red. Hex color #58532F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58532F is #A7ACD0. Grayscale: #505050. Windows color (decimal): -10988753 or 3101528. OLE color: 3101528.
HSL color Cylindrical-coordinate representation of color #58532F: hue angle of 52.68º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58532F is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 83 | 47 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.65 |
| HSL | 52.68º | 0.3% | 0.26% | - |
| HSV(B) | 52.68º | 0.47% | 0.35% | - |
| XYZ | 7.63 | 8.47 | 3.92 | - |
| YUV | 80.39 | 109.16 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 83 | 47 | 0 | 0.06 | 0.47 | 0.65 | 52.68 | 0.3 | 0.26 |
| Hex | 58 | 53 | 2F | 0 | 6 | 2F | 41 | 35 | 1E | 1A |
| Octal | 130 | 123 | 57 | 0 | 6 | 57 | 101 | 65 | 36 | 32 |
| Binary | 1011000 | 1010011 | 101111 | 0 | 110 | 101111 | 1000001 | 110101 | 11110 | 11010 |
Color Harmonies of #58532F
Complementary color
Monochromatic Colors of #58532F
Black with #58532F
Text Example
Text Example
White with #58532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58532F; }
p { color: rgb(88,83,47); }
H1.HeaderClassName
{
color: #58532F;
}
.AnyTagClassName
{
color: #58532F;
}
</style>
background-color css
<style>
a { background-color: #58532F; }
a { background-color: rgb(88,83,47); }
div.DivClassName
{
background-color: #58532F;
}
.BgClassName
{
background-color: #58532F;
}
</style>
border-color css
<style>
span { border-color: #58532F; }
span { border-color: rgb(88,83,47); }
td.TdClassName
{
border-color: #58532F;
}
.TagClassName
{
border-color: #58532F;
}
</style>