Shades of Glade Green #5A8251
Tints of Glade Green #5A8251
RGB
CMYK
RGB Variations
Color information
#5A8251 (or 0x5A8251) is known color: Glade Green. HEX triplet: 5A, 82 and 51. RGB value is (90,130,81). Sum of RGB (Red+Green+Blue) = 90+130+81=301 (39% of max value = 765). Red value is 90 (35.55% from 255 or 29.90% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 81 (32.03% from 255 or 26.91% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #5A8251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8251 is #A57DAE. Grayscale: #707070. Windows color (decimal): -10845615 or 5341786. OLE color: 5341786.
HSL color Cylindrical-coordinate representation of color #5A8251: hue angle of 108.98º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A8251 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 90 | 130 | 81 | - |
| CMYK | 0.31 | 0 | 0.38 | 0.49 |
| HSL | 108.98º | 0.23% | 0.41% | - |
| HSV(B) | 108.98º | 0.38% | 0.51% | - |
| XYZ | 13.68 | 18.73 | 10.68 | - |
| YUV | 112.45 | 110.25 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 130 | 81 | 0.31 | 0 | 0.38 | 0.49 | 108.98 | 0.23 | 0.41 |
| Hex | 5A | 82 | 51 | 1F | 0 | 26 | 31 | 6D | 17 | 29 |
| Octal | 132 | 202 | 121 | 37 | 0 | 46 | 61 | 155 | 27 | 51 |
| Binary | 1011010 | 10000010 | 1010001 | 11111 | 0 | 100110 | 110001 | 1101101 | 10111 | 101001 |
Color Harmonies of #5A8251
Complementary color
Monochromatic Colors of #5A8251
Black with #5A8251
Text Example
Text Example
White with #5A8251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8251; }
p { color: rgb(90,130,81); }
H1.HeaderClassName
{
color: #5A8251;
}
.AnyTagClassName
{
color: #5A8251;
}
</style>
background-color css
<style>
a { background-color: #5A8251; }
a { background-color: rgb(90,130,81); }
div.DivClassName
{
background-color: #5A8251;
}
.BgClassName
{
background-color: #5A8251;
}
</style>
border-color css
<style>
span { border-color: #5A8251; }
span { border-color: rgb(90,130,81); }
td.TdClassName
{
border-color: #5A8251;
}
.TagClassName
{
border-color: #5A8251;
}
</style>