Shades of Glade Green #5A8944
Tints of Glade Green #5A8944
RGB
CMYK
RGB Variations
Color information
#5A8944 (or 0x5A8944) is known color: Glade Green. HEX triplet: 5A, 89 and 44. RGB value is (90,137,68). Sum of RGB (Red+Green+Blue) = 90+137+68=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #5A8944 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A8944 is #A576BB. Grayscale: #737373. Windows color (decimal): -10843836 or 4491610. OLE color: 4491610.
HSL color Cylindrical-coordinate representation of color #5A8944: hue angle of 100.87º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A8944 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 137 | 68 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.46 |
| HSL | 100.87º | 0.34% | 0.4% | - |
| HSV(B) | 100.87º | 0.5% | 0.54% | - |
| XYZ | 14.21 | 20.48 | 8.67 | - |
| YUV | 115.08 | 101.43 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 137 | 68 | 0.34 | 0 | 0.50 | 0.46 | 100.87 | 0.34 | 0.4 |
| Hex | 5A | 89 | 44 | 22 | 0 | 32 | 2E | 65 | 22 | 28 |
| Octal | 132 | 211 | 104 | 42 | 0 | 62 | 56 | 145 | 42 | 50 |
| Binary | 1011010 | 10001001 | 1000100 | 100010 | 0 | 110010 | 101110 | 1100101 | 100010 | 101000 |
Color Harmonies of #5A8944
Complementary color
Monochromatic Colors of #5A8944
Black with #5A8944
Text Example
Text Example
White with #5A8944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8944; }
p { color: rgb(90,137,68); }
H1.HeaderClassName
{
color: #5A8944;
}
.AnyTagClassName
{
color: #5A8944;
}
</style>
background-color css
<style>
a { background-color: #5A8944; }
a { background-color: rgb(90,137,68); }
div.DivClassName
{
background-color: #5A8944;
}
.BgClassName
{
background-color: #5A8944;
}
</style>
border-color css
<style>
span { border-color: #5A8944; }
span { border-color: rgb(90,137,68); }
td.TdClassName
{
border-color: #5A8944;
}
.TagClassName
{
border-color: #5A8944;
}
</style>