Shades of Glade Green #5A8351
Tints of Glade Green #5A8351
RGB
CMYK
RGB Variations
Color information
#5A8351 (or 0x5A8351) is known color: Glade Green. HEX triplet: 5A, 83 and 51. RGB value is (90,131,81). Sum of RGB (Red+Green+Blue) = 90+131+81=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 81 (32.03% from 255 or 26.82% from 302); Max value from RGB is 131 - color contains mainly: green. Hex color #5A8351 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8351 is #A57CAE. Grayscale: #717171. Windows color (decimal): -10845359 or 5342042. OLE color: 5342042.
HSL color Cylindrical-coordinate representation of color #5A8351: hue angle of 109.2º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A8351 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 90 | 131 | 81 | - |
| CMYK | 0.31 | 0 | 0.38 | 0.49 |
| HSL | 109.2º | 0.24% | 0.42% | - |
| HSV(B) | 109.2º | 0.38% | 0.51% | - |
| XYZ | 13.82 | 19 | 10.72 | - |
| YUV | 113.04 | 109.92 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 131 | 81 | 0.31 | 0 | 0.38 | 0.49 | 109.2 | 0.24 | 0.42 |
| Hex | 5A | 83 | 51 | 1F | 0 | 26 | 31 | 6D | 18 | 2A |
| Octal | 132 | 203 | 121 | 37 | 0 | 46 | 61 | 155 | 30 | 52 |
| Binary | 1011010 | 10000011 | 1010001 | 11111 | 0 | 100110 | 110001 | 1101101 | 11000 | 101010 |
Color Harmonies of #5A8351
Complementary color
Monochromatic Colors of #5A8351
Black with #5A8351
Text Example
Text Example
White with #5A8351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8351; }
p { color: rgb(90,131,81); }
H1.HeaderClassName
{
color: #5A8351;
}
.AnyTagClassName
{
color: #5A8351;
}
</style>
background-color css
<style>
a { background-color: #5A8351; }
a { background-color: rgb(90,131,81); }
div.DivClassName
{
background-color: #5A8351;
}
.BgClassName
{
background-color: #5A8351;
}
</style>
border-color css
<style>
span { border-color: #5A8351; }
span { border-color: rgb(90,131,81); }
td.TdClassName
{
border-color: #5A8351;
}
.TagClassName
{
border-color: #5A8351;
}
</style>