Shades of Glade Green #599248
Tints of Glade Green #599248
RGB
CMYK
RGB Variations
Color information
#599248 (or 0x599248) is known color: Glade Green. HEX triplet: 59, 92 and 48. RGB value is (89,146,72). Sum of RGB (Red+Green+Blue) = 89+146+72=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 146 - color contains mainly: green. Hex color #599248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599248 is #A66DB7. Grayscale: #787878. Windows color (decimal): -10907064 or 4756057. OLE color: 4756057.
HSL color Cylindrical-coordinate representation of color #599248: hue angle of 106.22º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #599248 is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 146 | 72 | - |
| CMYK | 0.39 | 0 | 0.51 | 0.43 |
| HSL | 106.22º | 0.34% | 0.43% | - |
| HSV(B) | 106.22º | 0.51% | 0.57% | - |
| XYZ | 15.57 | 23.15 | 9.78 | - |
| YUV | 120.52 | 100.62 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 146 | 72 | 0.39 | 0 | 0.51 | 0.43 | 106.22 | 0.34 | 0.43 |
| Hex | 59 | 92 | 48 | 27 | 0 | 33 | 2B | 6A | 22 | 2B |
| Octal | 131 | 222 | 110 | 47 | 0 | 63 | 53 | 152 | 42 | 53 |
| Binary | 1011001 | 10010010 | 1001000 | 100111 | 0 | 110011 | 101011 | 1101010 | 100010 | 101011 |
Color Harmonies of #599248
Complementary color
Monochromatic Colors of #599248
Black with #599248
Text Example
Text Example
White with #599248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599248; }
p { color: rgb(89,146,72); }
H1.HeaderClassName
{
color: #599248;
}
.AnyTagClassName
{
color: #599248;
}
</style>
background-color css
<style>
a { background-color: #599248; }
a { background-color: rgb(89,146,72); }
div.DivClassName
{
background-color: #599248;
}
.BgClassName
{
background-color: #599248;
}
</style>
border-color css
<style>
span { border-color: #599248; }
span { border-color: rgb(89,146,72); }
td.TdClassName
{
border-color: #599248;
}
.TagClassName
{
border-color: #599248;
}
</style>