Shades of Glade Green #599045
Tints of Glade Green #599045
RGB
CMYK
RGB Variations
Color information
#599045 (or 0x599045) is known color: Glade Green. HEX triplet: 59, 90 and 45. RGB value is (89,144,69). Sum of RGB (Red+Green+Blue) = 89+144+69=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 144 (56.64% from 255 or 47.68% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 144 - color contains mainly: green. Hex color #599045 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599045 is #A66FBA. Grayscale: #777777. Windows color (decimal): -10907579 or 4558937. OLE color: 4558937.
HSL color Cylindrical-coordinate representation of color #599045: hue angle of 104º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #599045 is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 144 | 69 | - |
| CMYK | 0.38 | 0 | 0.52 | 0.44 |
| HSL | 104º | 0.35% | 0.42% | - |
| HSV(B) | 104º | 0.52% | 0.56% | - |
| XYZ | 15.17 | 22.5 | 9.17 | - |
| YUV | 119.01 | 99.78 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 144 | 69 | 0.38 | 0 | 0.52 | 0.44 | 104 | 0.35 | 0.42 |
| Hex | 59 | 90 | 45 | 26 | 0 | 34 | 2C | 68 | 23 | 2A |
| Octal | 131 | 220 | 105 | 46 | 0 | 64 | 54 | 150 | 43 | 52 |
| Binary | 1011001 | 10010000 | 1000101 | 100110 | 0 | 110100 | 101100 | 1101000 | 100011 | 101010 |
Color Harmonies of #599045
Complementary color
Monochromatic Colors of #599045
Black with #599045
Text Example
Text Example
White with #599045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599045; }
p { color: rgb(89,144,69); }
H1.HeaderClassName
{
color: #599045;
}
.AnyTagClassName
{
color: #599045;
}
</style>
background-color css
<style>
a { background-color: #599045; }
a { background-color: rgb(89,144,69); }
div.DivClassName
{
background-color: #599045;
}
.BgClassName
{
background-color: #599045;
}
</style>
border-color css
<style>
span { border-color: #599045; }
span { border-color: rgb(89,144,69); }
td.TdClassName
{
border-color: #599045;
}
.TagClassName
{
border-color: #599045;
}
</style>