Shades of Glade Green #588051
Tints of Glade Green #588051
RGB
CMYK
RGB Variations
Color information
#588051 (or 0x588051) is known color: Glade Green. HEX triplet: 58, 80 and 51. RGB value is (88,128,81). Sum of RGB (Red+Green+Blue) = 88+128+81=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 128 - color contains mainly: green. Hex color #588051 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588051 is #A77FAE. Grayscale: #6E6E6E. Windows color (decimal): -10977199 or 5341272. OLE color: 5341272.
HSL color Cylindrical-coordinate representation of color #588051: hue angle of 111.06º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #588051 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 128 | 81 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.50 |
| HSL | 111.06º | 0.22% | 0.41% | - |
| HSV(B) | 111.06º | 0.37% | 0.5% | - |
| XYZ | 13.23 | 18.11 | 10.58 | - |
| YUV | 110.68 | 111.25 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 128 | 81 | 0.31 | 0 | 0.37 | 0.50 | 111.06 | 0.22 | 0.41 |
| Hex | 58 | 80 | 51 | 1F | 0 | 25 | 32 | 6F | 16 | 29 |
| Octal | 130 | 200 | 121 | 37 | 0 | 45 | 62 | 157 | 26 | 51 |
| Binary | 1011000 | 10000000 | 1010001 | 11111 | 0 | 100101 | 110010 | 1101111 | 10110 | 101001 |
Color Harmonies of #588051
Complementary color
Monochromatic Colors of #588051
Black with #588051
Text Example
Text Example
White with #588051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588051; }
p { color: rgb(88,128,81); }
H1.HeaderClassName
{
color: #588051;
}
.AnyTagClassName
{
color: #588051;
}
</style>
background-color css
<style>
a { background-color: #588051; }
a { background-color: rgb(88,128,81); }
div.DivClassName
{
background-color: #588051;
}
.BgClassName
{
background-color: #588051;
}
</style>
border-color css
<style>
span { border-color: #588051; }
span { border-color: rgb(88,128,81); }
td.TdClassName
{
border-color: #588051;
}
.TagClassName
{
border-color: #588051;
}
</style>