Shades of Glade Green #59864A
Tints of Glade Green #59864A
RGB
CMYK
RGB Variations
Color information
#59864A (or 0x59864A) is known color: Glade Green. HEX triplet: 59, 86 and 4A. RGB value is (89,134,74). Sum of RGB (Red+Green+Blue) = 89+134+74=297 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.97% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 134 - color contains mainly: green. Hex color #59864A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59864A is #A679B5. Grayscale: #717171. Windows color (decimal): -10910134 or 4884057. OLE color: 4884057.
HSL color Cylindrical-coordinate representation of color #59864A: hue angle of 105º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #59864A is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 134 | 74 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.47 |
| HSL | 105º | 0.29% | 0.41% | - |
| HSV(B) | 105º | 0.45% | 0.53% | - |
| XYZ | 13.88 | 19.67 | 9.54 | - |
| YUV | 113.71 | 105.59 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 134 | 74 | 0.34 | 0 | 0.45 | 0.47 | 105 | 0.29 | 0.41 |
| Hex | 59 | 86 | 4A | 22 | 0 | 2D | 2F | 69 | 1D | 29 |
| Octal | 131 | 206 | 112 | 42 | 0 | 55 | 57 | 151 | 35 | 51 |
| Binary | 1011001 | 10000110 | 1001010 | 100010 | 0 | 101101 | 101111 | 1101001 | 11101 | 101001 |
Color Harmonies of #59864A
Complementary color
Monochromatic Colors of #59864A
Black with #59864A
Text Example
Text Example
White with #59864A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59864A; }
p { color: rgb(89,134,74); }
H1.HeaderClassName
{
color: #59864A;
}
.AnyTagClassName
{
color: #59864A;
}
</style>
background-color css
<style>
a { background-color: #59864A; }
a { background-color: rgb(89,134,74); }
div.DivClassName
{
background-color: #59864A;
}
.BgClassName
{
background-color: #59864A;
}
</style>
border-color css
<style>
span { border-color: #59864A; }
span { border-color: rgb(89,134,74); }
td.TdClassName
{
border-color: #59864A;
}
.TagClassName
{
border-color: #59864A;
}
</style>