Shades of Glade Green #59824B
Tints of Glade Green #59824B
RGB
CMYK
RGB Variations
Color information
#59824B (or 0x59824B) is known color: Glade Green. HEX triplet: 59, 82 and 4B. RGB value is (89,130,75). Sum of RGB (Red+Green+Blue) = 89+130+75=294 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.27% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #59824B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59824B is #A67DB4. Grayscale: #6F6F6F. Windows color (decimal): -10911157 or 4948569. OLE color: 4948569.
HSL color Cylindrical-coordinate representation of color #59824B: hue angle of 104.73º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #59824B is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 130 | 75 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.49 |
| HSL | 104.73º | 0.27% | 0.4% | - |
| HSV(B) | 104.73º | 0.42% | 0.51% | - |
| XYZ | 13.37 | 18.6 | 9.54 | - |
| YUV | 111.47 | 107.42 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 130 | 75 | 0.32 | 0 | 0.42 | 0.49 | 104.73 | 0.27 | 0.4 |
| Hex | 59 | 82 | 4B | 20 | 0 | 2A | 31 | 69 | 1B | 28 |
| Octal | 131 | 202 | 113 | 40 | 0 | 52 | 61 | 151 | 33 | 50 |
| Binary | 1011001 | 10000010 | 1001011 | 100000 | 0 | 101010 | 110001 | 1101001 | 11011 | 101000 |
Color Harmonies of #59824B
Complementary color
Monochromatic Colors of #59824B
Black with #59824B
Text Example
Text Example
White with #59824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59824B; }
p { color: rgb(89,130,75); }
H1.HeaderClassName
{
color: #59824B;
}
.AnyTagClassName
{
color: #59824B;
}
</style>
background-color css
<style>
a { background-color: #59824B; }
a { background-color: rgb(89,130,75); }
div.DivClassName
{
background-color: #59824B;
}
.BgClassName
{
background-color: #59824B;
}
</style>
border-color css
<style>
span { border-color: #59824B; }
span { border-color: rgb(89,130,75); }
td.TdClassName
{
border-color: #59824B;
}
.TagClassName
{
border-color: #59824B;
}
</style>