Shades of Glade Green #598C48
Tints of Glade Green #598C48
RGB
CMYK
RGB Variations
Color information
#598C48 (or 0x598C48) is known color: Glade Green. HEX triplet: 59, 8C and 48. RGB value is (89,140,72). Sum of RGB (Red+Green+Blue) = 89+140+72=301 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.57% from 301); Green value is 140 (55.08% from 255 or 46.51% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 140 - color contains mainly: green. Hex color #598C48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #598C48 is #A673B7. Grayscale: #757575. Windows color (decimal): -10908600 or 4754521. OLE color: 4754521.
HSL color Cylindrical-coordinate representation of color #598C48: hue angle of 105º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #598C48 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 140 | 72 | - |
| CMYK | 0.36 | 0 | 0.49 | 0.45 |
| HSL | 105º | 0.32% | 0.42% | - |
| HSV(B) | 105º | 0.49% | 0.55% | - |
| XYZ | 14.67 | 21.35 | 9.48 | - |
| YUV | 117 | 102.6 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 140 | 72 | 0.36 | 0 | 0.49 | 0.45 | 105 | 0.32 | 0.42 |
| Hex | 59 | 8C | 48 | 24 | 0 | 31 | 2D | 69 | 20 | 2A |
| Octal | 131 | 214 | 110 | 44 | 0 | 61 | 55 | 151 | 40 | 52 |
| Binary | 1011001 | 10001100 | 1001000 | 100100 | 0 | 110001 | 101101 | 1101001 | 100000 | 101010 |
Color Harmonies of #598C48
Complementary color
Monochromatic Colors of #598C48
Black with #598C48
Text Example
Text Example
White with #598C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598C48; }
p { color: rgb(89,140,72); }
H1.HeaderClassName
{
color: #598C48;
}
.AnyTagClassName
{
color: #598C48;
}
</style>
background-color css
<style>
a { background-color: #598C48; }
a { background-color: rgb(89,140,72); }
div.DivClassName
{
background-color: #598C48;
}
.BgClassName
{
background-color: #598C48;
}
</style>
border-color css
<style>
span { border-color: #598C48; }
span { border-color: rgb(89,140,72); }
td.TdClassName
{
border-color: #598C48;
}
.TagClassName
{
border-color: #598C48;
}
</style>