Shades of Glade Green #599148
Tints of Glade Green #599148
RGB
CMYK
RGB Variations
Color information
#599148 (or 0x599148) is known color: Glade Green. HEX triplet: 59, 91 and 48. RGB value is (89,145,72). Sum of RGB (Red+Green+Blue) = 89+145+72=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 145 - color contains mainly: green. Hex color #599148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599148 is #A66EB7. Grayscale: #787878. Windows color (decimal): -10907320 or 4755801. OLE color: 4755801.
HSL color Cylindrical-coordinate representation of color #599148: hue angle of 106.03º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #599148 is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 145 | 72 | - |
| CMYK | 0.39 | 0 | 0.50 | 0.43 |
| HSL | 106.03º | 0.34% | 0.43% | - |
| HSV(B) | 106.03º | 0.5% | 0.57% | - |
| XYZ | 15.41 | 22.84 | 9.73 | - |
| YUV | 119.93 | 100.95 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 145 | 72 | 0.39 | 0 | 0.50 | 0.43 | 106.03 | 0.34 | 0.43 |
| Hex | 59 | 91 | 48 | 27 | 0 | 32 | 2B | 6A | 22 | 2B |
| Octal | 131 | 221 | 110 | 47 | 0 | 62 | 53 | 152 | 42 | 53 |
| Binary | 1011001 | 10010001 | 1001000 | 100111 | 0 | 110010 | 101011 | 1101010 | 100010 | 101011 |
Color Harmonies of #599148
Complementary color
Monochromatic Colors of #599148
Black with #599148
Text Example
Text Example
White with #599148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599148; }
p { color: rgb(89,145,72); }
H1.HeaderClassName
{
color: #599148;
}
.AnyTagClassName
{
color: #599148;
}
</style>
background-color css
<style>
a { background-color: #599148; }
a { background-color: rgb(89,145,72); }
div.DivClassName
{
background-color: #599148;
}
.BgClassName
{
background-color: #599148;
}
</style>
border-color css
<style>
span { border-color: #599148; }
span { border-color: rgb(89,145,72); }
td.TdClassName
{
border-color: #599148;
}
.TagClassName
{
border-color: #599148;
}
</style>