Shades of Glade Green #599145
Tints of Glade Green #599145
RGB
CMYK
RGB Variations
Color information
#599145 (or 0x599145) is known color: Glade Green. HEX triplet: 59, 91 and 45. RGB value is (89,145,69). Sum of RGB (Red+Green+Blue) = 89+145+69=303 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.37% from 303); Green value is 145 (57.03% from 255 or 47.85% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 145 - color contains mainly: green. Hex color #599145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599145 is #A66EBA. Grayscale: #777777. Windows color (decimal): -10907323 or 4559193. OLE color: 4559193.
HSL color Cylindrical-coordinate representation of color #599145: hue angle of 104.21º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #599145 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 145 | 69 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.43 |
| HSL | 104.21º | 0.36% | 0.42% | - |
| HSV(B) | 104.21º | 0.52% | 0.57% | - |
| XYZ | 15.32 | 22.8 | 9.22 | - |
| YUV | 119.59 | 99.45 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 145 | 69 | 0.39 | 0 | 0.52 | 0.43 | 104.21 | 0.36 | 0.42 |
| Hex | 59 | 91 | 45 | 27 | 0 | 34 | 2B | 68 | 24 | 2A |
| Octal | 131 | 221 | 105 | 47 | 0 | 64 | 53 | 150 | 44 | 52 |
| Binary | 1011001 | 10010001 | 1000101 | 100111 | 0 | 110100 | 101011 | 1101000 | 100100 | 101010 |
Color Harmonies of #599145
Complementary color
Monochromatic Colors of #599145
Black with #599145
Text Example
Text Example
White with #599145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599145; }
p { color: rgb(89,145,69); }
H1.HeaderClassName
{
color: #599145;
}
.AnyTagClassName
{
color: #599145;
}
</style>
background-color css
<style>
a { background-color: #599145; }
a { background-color: rgb(89,145,69); }
div.DivClassName
{
background-color: #599145;
}
.BgClassName
{
background-color: #599145;
}
</style>
border-color css
<style>
span { border-color: #599145; }
span { border-color: rgb(89,145,69); }
td.TdClassName
{
border-color: #599145;
}
.TagClassName
{
border-color: #599145;
}
</style>