Shades of Glade Green #598B42
Tints of Glade Green #598B42
RGB
CMYK
RGB Variations
Color information
#598B42 (or 0x598B42) is known color: Glade Green. HEX triplet: 59, 8B and 42. RGB value is (89,139,66). Sum of RGB (Red+Green+Blue) = 89+139+66=294 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.27% from 294); Green value is 139 (54.69% from 255 or 47.28% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 139 - color contains mainly: green. Hex color #598B42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #598B42 is #A674BD. Grayscale: #737373. Windows color (decimal): -10908862 or 4361049. OLE color: 4361049.
HSL color Cylindrical-coordinate representation of color #598B42: hue angle of 101.1º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #598B42 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 139 | 66 | - |
| CMYK | 0.36 | 0 | 0.53 | 0.45 |
| HSL | 101.1º | 0.36% | 0.4% | - |
| HSV(B) | 101.1º | 0.53% | 0.55% | - |
| XYZ | 14.34 | 20.98 | 8.45 | - |
| YUV | 115.73 | 99.94 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 139 | 66 | 0.36 | 0 | 0.53 | 0.45 | 101.1 | 0.36 | 0.4 |
| Hex | 59 | 8B | 42 | 24 | 0 | 35 | 2D | 65 | 24 | 28 |
| Octal | 131 | 213 | 102 | 44 | 0 | 65 | 55 | 145 | 44 | 50 |
| Binary | 1011001 | 10001011 | 1000010 | 100100 | 0 | 110101 | 101101 | 1100101 | 100100 | 101000 |
Color Harmonies of #598B42
Complementary color
Monochromatic Colors of #598B42
Black with #598B42
Text Example
Text Example
White with #598B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598B42; }
p { color: rgb(89,139,66); }
H1.HeaderClassName
{
color: #598B42;
}
.AnyTagClassName
{
color: #598B42;
}
</style>
background-color css
<style>
a { background-color: #598B42; }
a { background-color: rgb(89,139,66); }
div.DivClassName
{
background-color: #598B42;
}
.BgClassName
{
background-color: #598B42;
}
</style>
border-color css
<style>
span { border-color: #598B42; }
span { border-color: rgb(89,139,66); }
td.TdClassName
{
border-color: #598B42;
}
.TagClassName
{
border-color: #598B42;
}
</style>