Shades of Glade Green #597F50
Tints of Glade Green #597F50
RGB
CMYK
RGB Variations
Color information
#597F50 (or 0x597F50) is known color: Glade Green. HEX triplet: 59, 7F and 50. RGB value is (89,127,80). Sum of RGB (Red+Green+Blue) = 89+127+80=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 127 - color contains mainly: green. Hex color #597F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597F50 is #A680AF. Grayscale: #6E6E6E. Windows color (decimal): -10911920 or 5275481. OLE color: 5275481.
HSL color Cylindrical-coordinate representation of color #597F50: hue angle of 108.51º degrees, saturation: 0.23, 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 #597F50 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 127 | 80 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.50 |
| HSL | 108.51º | 0.23% | 0.41% | - |
| HSV(B) | 108.51º | 0.37% | 0.5% | - |
| XYZ | 13.16 | 17.88 | 10.35 | - |
| YUV | 110.28 | 110.91 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 127 | 80 | 0.30 | 0 | 0.37 | 0.50 | 108.51 | 0.23 | 0.41 |
| Hex | 59 | 7F | 50 | 1E | 0 | 25 | 32 | 6D | 17 | 29 |
| Octal | 131 | 177 | 120 | 36 | 0 | 45 | 62 | 155 | 27 | 51 |
| Binary | 1011001 | 1111111 | 1010000 | 11110 | 0 | 100101 | 110010 | 1101101 | 10111 | 101001 |
Color Harmonies of #597F50
Complementary color
Monochromatic Colors of #597F50
Black with #597F50
Text Example
Text Example
White with #597F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597F50; }
p { color: rgb(89,127,80); }
H1.HeaderClassName
{
color: #597F50;
}
.AnyTagClassName
{
color: #597F50;
}
</style>
background-color css
<style>
a { background-color: #597F50; }
a { background-color: rgb(89,127,80); }
div.DivClassName
{
background-color: #597F50;
}
.BgClassName
{
background-color: #597F50;
}
</style>
border-color css
<style>
span { border-color: #597F50; }
span { border-color: rgb(89,127,80); }
td.TdClassName
{
border-color: #597F50;
}
.TagClassName
{
border-color: #597F50;
}
</style>