Shades of Glade Green #58953F
Tints of Glade Green #58953F
RGB
CMYK
RGB Variations
Color information
#58953F (or 0x58953F) is known color: Glade Green. HEX triplet: 58, 95 and 3F. RGB value is (88,149,63). Sum of RGB (Red+Green+Blue) = 88+149+63=300 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.33% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 149 - color contains mainly: green. Hex color #58953F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58953F is #A76AC0. Grayscale: #797979. Windows color (decimal): -10971841 or 4167000. OLE color: 4167000.
HSL color Cylindrical-coordinate representation of color #58953F: hue angle of 102.56º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58953F is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 149 | 63 | - |
| CMYK | 0.41 | 0 | 0.58 | 0.42 |
| HSL | 102.56º | 0.41% | 0.42% | - |
| HSV(B) | 102.56º | 0.58% | 0.58% | - |
| XYZ | 15.67 | 23.93 | 8.5 | - |
| YUV | 120.96 | 95.29 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 149 | 63 | 0.41 | 0 | 0.58 | 0.42 | 102.56 | 0.41 | 0.42 |
| Hex | 58 | 95 | 3F | 29 | 0 | 3A | 2A | 67 | 29 | 2A |
| Octal | 130 | 225 | 77 | 51 | 0 | 72 | 52 | 147 | 51 | 52 |
| Binary | 1011000 | 10010101 | 111111 | 101001 | 0 | 111010 | 101010 | 1100111 | 101001 | 101010 |
Color Harmonies of #58953F
Complementary color
Monochromatic Colors of #58953F
Black with #58953F
Text Example
Text Example
White with #58953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58953F; }
p { color: rgb(88,149,63); }
H1.HeaderClassName
{
color: #58953F;
}
.AnyTagClassName
{
color: #58953F;
}
</style>
background-color css
<style>
a { background-color: #58953F; }
a { background-color: rgb(88,149,63); }
div.DivClassName
{
background-color: #58953F;
}
.BgClassName
{
background-color: #58953F;
}
</style>
border-color css
<style>
span { border-color: #58953F; }
span { border-color: rgb(88,149,63); }
td.TdClassName
{
border-color: #58953F;
}
.TagClassName
{
border-color: #58953F;
}
</style>