Shades of Glade Green #59814C
Tints of Glade Green #59814C
RGB
CMYK
RGB Variations
Color information
#59814C (or 0x59814C) is known color: Glade Green. HEX triplet: 59, 81 and 4C. RGB value is (89,129,76). Sum of RGB (Red+Green+Blue) = 89+129+76=294 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.27% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 129 - color contains mainly: green. Hex color #59814C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59814C is #A67EB3. Grayscale: #6F6F6F. Windows color (decimal): -10911412 or 5013849. OLE color: 5013849.
HSL color Cylindrical-coordinate representation of color #59814C: hue angle of 105.28º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #59814C is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 129 | 76 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.49 |
| HSL | 105.28º | 0.26% | 0.4% | - |
| HSV(B) | 105.28º | 0.41% | 0.51% | - |
| XYZ | 13.27 | 18.35 | 9.68 | - |
| YUV | 111 | 108.25 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 129 | 76 | 0.31 | 0 | 0.41 | 0.49 | 105.28 | 0.26 | 0.4 |
| Hex | 59 | 81 | 4C | 1F | 0 | 29 | 31 | 69 | 1A | 28 |
| Octal | 131 | 201 | 114 | 37 | 0 | 51 | 61 | 151 | 32 | 50 |
| Binary | 1011001 | 10000001 | 1001100 | 11111 | 0 | 101001 | 110001 | 1101001 | 11010 | 101000 |
Color Harmonies of #59814C
Complementary color
Monochromatic Colors of #59814C
Black with #59814C
Text Example
Text Example
White with #59814C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59814C; }
p { color: rgb(89,129,76); }
H1.HeaderClassName
{
color: #59814C;
}
.AnyTagClassName
{
color: #59814C;
}
</style>
background-color css
<style>
a { background-color: #59814C; }
a { background-color: rgb(89,129,76); }
div.DivClassName
{
background-color: #59814C;
}
.BgClassName
{
background-color: #59814C;
}
</style>
border-color css
<style>
span { border-color: #59814C; }
span { border-color: rgb(89,129,76); }
td.TdClassName
{
border-color: #59814C;
}
.TagClassName
{
border-color: #59814C;
}
</style>