Shades of Glade Green #588748
Tints of Glade Green #588748
RGB
CMYK
RGB Variations
Color information
#588748 (or 0x588748) is known color: Glade Green. HEX triplet: 58, 87 and 48. RGB value is (88,135,72). Sum of RGB (Red+Green+Blue) = 88+135+72=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 135 - color contains mainly: green. Hex color #588748 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588748 is #A778B7. Grayscale: #717171. Windows color (decimal): -10975416 or 4753240. OLE color: 4753240.
HSL color Cylindrical-coordinate representation of color #588748: hue angle of 104.76º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #588748 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 135 | 72 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.47 |
| HSL | 104.76º | 0.3% | 0.41% | - |
| HSV(B) | 104.76º | 0.47% | 0.53% | - |
| XYZ | 13.86 | 19.87 | 9.24 | - |
| YUV | 113.77 | 104.43 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 135 | 72 | 0.35 | 0 | 0.47 | 0.47 | 104.76 | 0.3 | 0.41 |
| Hex | 58 | 87 | 48 | 23 | 0 | 2F | 2F | 69 | 1E | 29 |
| Octal | 130 | 207 | 110 | 43 | 0 | 57 | 57 | 151 | 36 | 51 |
| Binary | 1011000 | 10000111 | 1001000 | 100011 | 0 | 101111 | 101111 | 1101001 | 11110 | 101001 |
Color Harmonies of #588748
Complementary color
Monochromatic Colors of #588748
Black with #588748
Text Example
Text Example
White with #588748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588748; }
p { color: rgb(88,135,72); }
H1.HeaderClassName
{
color: #588748;
}
.AnyTagClassName
{
color: #588748;
}
</style>
background-color css
<style>
a { background-color: #588748; }
a { background-color: rgb(88,135,72); }
div.DivClassName
{
background-color: #588748;
}
.BgClassName
{
background-color: #588748;
}
</style>
border-color css
<style>
span { border-color: #588748; }
span { border-color: rgb(88,135,72); }
td.TdClassName
{
border-color: #588748;
}
.TagClassName
{
border-color: #588748;
}
</style>