Shades of Glade Green #599446
Tints of Glade Green #599446
RGB
CMYK
RGB Variations
Color information
#599446 (or 0x599446) is known color: Glade Green. HEX triplet: 59, 94 and 46. RGB value is (89,148,70). Sum of RGB (Red+Green+Blue) = 89+148+70=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 148 (58.20% from 255 or 48.21% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 148 - color contains mainly: green. Hex color #599446 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599446 is #A66BB9. Grayscale: #797979. Windows color (decimal): -10906554 or 4625497. OLE color: 4625497.
HSL color Cylindrical-coordinate representation of color #599446: hue angle of 105.38º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #599446 is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 148 | 70 | - |
| CMYK | 0.40 | 0 | 0.53 | 0.42 |
| HSL | 105.38º | 0.36% | 0.43% | - |
| HSV(B) | 105.38º | 0.53% | 0.58% | - |
| XYZ | 15.82 | 23.75 | 9.54 | - |
| YUV | 121.47 | 98.95 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 148 | 70 | 0.40 | 0 | 0.53 | 0.42 | 105.38 | 0.36 | 0.43 |
| Hex | 59 | 94 | 46 | 28 | 0 | 35 | 2A | 69 | 24 | 2B |
| Octal | 131 | 224 | 106 | 50 | 0 | 65 | 52 | 151 | 44 | 53 |
| Binary | 1011001 | 10010100 | 1000110 | 101000 | 0 | 110101 | 101010 | 1101001 | 100100 | 101011 |
Color Harmonies of #599446
Complementary color
Monochromatic Colors of #599446
Black with #599446
Text Example
Text Example
White with #599446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599446; }
p { color: rgb(89,148,70); }
H1.HeaderClassName
{
color: #599446;
}
.AnyTagClassName
{
color: #599446;
}
</style>
background-color css
<style>
a { background-color: #599446; }
a { background-color: rgb(89,148,70); }
div.DivClassName
{
background-color: #599446;
}
.BgClassName
{
background-color: #599446;
}
</style>
border-color css
<style>
span { border-color: #599446; }
span { border-color: rgb(89,148,70); }
td.TdClassName
{
border-color: #599446;
}
.TagClassName
{
border-color: #599446;
}
</style>