Shades of Glade Green #599048
Tints of Glade Green #599048
RGB
CMYK
RGB Variations
Color information
#599048 (or 0x599048) is known color: Glade Green. HEX triplet: 59, 90 and 48. RGB value is (89,144,72). Sum of RGB (Red+Green+Blue) = 89+144+72=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #599048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599048 is #A66FB7. Grayscale: #777777. Windows color (decimal): -10907576 or 4755545. OLE color: 4755545.
HSL color Cylindrical-coordinate representation of color #599048: hue angle of 105.83º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #599048 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 144 | 72 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.44 |
| HSL | 105.83º | 0.33% | 0.42% | - |
| HSV(B) | 105.83º | 0.5% | 0.56% | - |
| XYZ | 15.26 | 22.54 | 9.68 | - |
| YUV | 119.35 | 101.28 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 144 | 72 | 0.38 | 0 | 0.50 | 0.44 | 105.83 | 0.33 | 0.42 |
| Hex | 59 | 90 | 48 | 26 | 0 | 32 | 2C | 6A | 21 | 2A |
| Octal | 131 | 220 | 110 | 46 | 0 | 62 | 54 | 152 | 41 | 52 |
| Binary | 1011001 | 10010000 | 1001000 | 100110 | 0 | 110010 | 101100 | 1101010 | 100001 | 101010 |
Color Harmonies of #599048
Complementary color
Monochromatic Colors of #599048
Black with #599048
Text Example
Text Example
White with #599048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599048; }
p { color: rgb(89,144,72); }
H1.HeaderClassName
{
color: #599048;
}
.AnyTagClassName
{
color: #599048;
}
</style>
background-color css
<style>
a { background-color: #599048; }
a { background-color: rgb(89,144,72); }
div.DivClassName
{
background-color: #599048;
}
.BgClassName
{
background-color: #599048;
}
</style>
border-color css
<style>
span { border-color: #599048; }
span { border-color: rgb(89,144,72); }
td.TdClassName
{
border-color: #599048;
}
.TagClassName
{
border-color: #599048;
}
</style>