Shades of Glade Green #5A8053
Tints of Glade Green #5A8053
RGB
CMYK
RGB Variations
Color information
#5A8053 (or 0x5A8053) is known color: Glade Green. HEX triplet: 5A, 80 and 53. RGB value is (90,128,83). Sum of RGB (Red+Green+Blue) = 90+128+83=301 (39% of max value = 765). Red value is 90 (35.55% from 255 or 29.90% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 128 - color contains mainly: green. Hex color #5A8053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8053 is #A57FAC. Grayscale: #6F6F6F. Windows color (decimal): -10846125 or 5472346. OLE color: 5472346.
HSL color Cylindrical-coordinate representation of color #5A8053: hue angle of 110.67º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A8053 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 90 | 128 | 83 | - |
| CMYK | 0.30 | 0 | 0.35 | 0.50 |
| HSL | 110.67º | 0.21% | 0.41% | - |
| HSV(B) | 110.67º | 0.35% | 0.5% | - |
| XYZ | 13.5 | 18.24 | 10.99 | - |
| YUV | 111.51 | 111.91 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 128 | 83 | 0.30 | 0 | 0.35 | 0.50 | 110.67 | 0.21 | 0.41 |
| Hex | 5A | 80 | 53 | 1E | 0 | 23 | 32 | 6F | 15 | 29 |
| Octal | 132 | 200 | 123 | 36 | 0 | 43 | 62 | 157 | 25 | 51 |
| Binary | 1011010 | 10000000 | 1010011 | 11110 | 0 | 100011 | 110010 | 1101111 | 10101 | 101001 |
Color Harmonies of #5A8053
Complementary color
Monochromatic Colors of #5A8053
Black with #5A8053
Text Example
Text Example
White with #5A8053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8053; }
p { color: rgb(90,128,83); }
H1.HeaderClassName
{
color: #5A8053;
}
.AnyTagClassName
{
color: #5A8053;
}
</style>
background-color css
<style>
a { background-color: #5A8053; }
a { background-color: rgb(90,128,83); }
div.DivClassName
{
background-color: #5A8053;
}
.BgClassName
{
background-color: #5A8053;
}
</style>
border-color css
<style>
span { border-color: #5A8053; }
span { border-color: rgb(90,128,83); }
td.TdClassName
{
border-color: #5A8053;
}
.TagClassName
{
border-color: #5A8053;
}
</style>