Shades of Thatch Green #58552D
Tints of Thatch Green #58552D
RGB
CMYK
RGB Variations
Color information
#58552D (or 0x58552D) is known color: Thatch Green. HEX triplet: 58, 55 and 2D. RGB value is (88,85,45). Sum of RGB (Red+Green+Blue) = 88+85+45=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 88 - color contains mainly: red. Hex color #58552D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58552D is #A7AAD2. Grayscale: #515151. Windows color (decimal): -10988243 or 2970968. OLE color: 2970968.
HSL color Cylindrical-coordinate representation of color #58552D: hue angle of 55.81º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58552D is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 85 | 45 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.65 |
| HSL | 55.81º | 0.32% | 0.26% | - |
| HSV(B) | 55.81º | 0.49% | 0.35% | - |
| XYZ | 7.75 | 8.76 | 3.77 | - |
| YUV | 81.34 | 107.49 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 85 | 45 | 0 | 0.03 | 0.49 | 0.65 | 55.81 | 0.32 | 0.26 |
| Hex | 58 | 55 | 2D | 0 | 3 | 31 | 41 | 38 | 20 | 1A |
| Octal | 130 | 125 | 55 | 0 | 3 | 61 | 101 | 70 | 40 | 32 |
| Binary | 1011000 | 1010101 | 101101 | 0 | 11 | 110001 | 1000001 | 111000 | 100000 | 11010 |
Color Harmonies of #58552D
Complementary color
Monochromatic Colors of #58552D
Black with #58552D
Text Example
Text Example
White with #58552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58552D; }
p { color: rgb(88,85,45); }
H1.HeaderClassName
{
color: #58552D;
}
.AnyTagClassName
{
color: #58552D;
}
</style>
background-color css
<style>
a { background-color: #58552D; }
a { background-color: rgb(88,85,45); }
div.DivClassName
{
background-color: #58552D;
}
.BgClassName
{
background-color: #58552D;
}
</style>
border-color css
<style>
span { border-color: #58552D; }
span { border-color: rgb(88,85,45); }
td.TdClassName
{
border-color: #58552D;
}
.TagClassName
{
border-color: #58552D;
}
</style>