Shades of Glade Green #58913E
Tints of Glade Green #58913E
RGB
CMYK
RGB Variations
Color information
#58913E (or 0x58913E) is known color: Glade Green. HEX triplet: 58, 91 and 3E. RGB value is (88,145,62). Sum of RGB (Red+Green+Blue) = 88+145+62=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #58913E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58913E is #A76EC1. Grayscale: #767676. Windows color (decimal): -10972866 or 4100440. OLE color: 4100440.
HSL color Cylindrical-coordinate representation of color #58913E: hue angle of 101.2º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58913E is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 88 | 145 | 62 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.43 |
| HSL | 101.2º | 0.4% | 0.41% | - |
| HSV(B) | 101.2º | 0.57% | 0.57% | - |
| XYZ | 15.02 | 22.67 | 8.14 | - |
| YUV | 118.5 | 96.12 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 145 | 62 | 0.39 | 0 | 0.57 | 0.43 | 101.2 | 0.4 | 0.41 |
| Hex | 58 | 91 | 3E | 27 | 0 | 39 | 2B | 65 | 28 | 29 |
| Octal | 130 | 221 | 76 | 47 | 0 | 71 | 53 | 145 | 50 | 51 |
| Binary | 1011000 | 10010001 | 111110 | 100111 | 0 | 111001 | 101011 | 1100101 | 101000 | 101001 |
Color Harmonies of #58913E
Complementary color
Monochromatic Colors of #58913E
Black with #58913E
Text Example
Text Example
White with #58913E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58913E; }
p { color: rgb(88,145,62); }
H1.HeaderClassName
{
color: #58913E;
}
.AnyTagClassName
{
color: #58913E;
}
</style>
background-color css
<style>
a { background-color: #58913E; }
a { background-color: rgb(88,145,62); }
div.DivClassName
{
background-color: #58913E;
}
.BgClassName
{
background-color: #58913E;
}
</style>
border-color css
<style>
span { border-color: #58913E; }
span { border-color: rgb(88,145,62); }
td.TdClassName
{
border-color: #58913E;
}
.TagClassName
{
border-color: #58913E;
}
</style>