Shades of Glade Green #5A774B
Tints of Glade Green #5A774B
RGB
CMYK
RGB Variations
Color information
#5A774B (or 0x5A774B) is known color: Glade Green. HEX triplet: 5A, 77 and 4B. RGB value is (90,119,75). Sum of RGB (Red+Green+Blue) = 90+119+75=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 119 - color contains mainly: green. Hex color #5A774B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A774B is #A588B4. Grayscale: #696969. Windows color (decimal): -10848437 or 4945754. OLE color: 4945754.
HSL color Cylindrical-coordinate representation of color #5A774B: hue angle of 99.55º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A774B is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 119 | 75 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.53 |
| HSL | 99.55º | 0.23% | 0.38% | - |
| HSV(B) | 99.55º | 0.37% | 0.47% | - |
| XYZ | 12.08 | 15.88 | 9.08 | - |
| YUV | 105.31 | 110.89 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 119 | 75 | 0.24 | 0 | 0.37 | 0.53 | 99.55 | 0.23 | 0.38 |
| Hex | 5A | 77 | 4B | 18 | 0 | 25 | 35 | 64 | 17 | 26 |
| Octal | 132 | 167 | 113 | 30 | 0 | 45 | 65 | 144 | 27 | 46 |
| Binary | 1011010 | 1110111 | 1001011 | 11000 | 0 | 100101 | 110101 | 1100100 | 10111 | 100110 |
Color Harmonies of #5A774B
Complementary color
Monochromatic Colors of #5A774B
Black with #5A774B
Text Example
Text Example
White with #5A774B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A774B; }
p { color: rgb(90,119,75); }
H1.HeaderClassName
{
color: #5A774B;
}
.AnyTagClassName
{
color: #5A774B;
}
</style>
background-color css
<style>
a { background-color: #5A774B; }
a { background-color: rgb(90,119,75); }
div.DivClassName
{
background-color: #5A774B;
}
.BgClassName
{
background-color: #5A774B;
}
</style>
border-color css
<style>
span { border-color: #5A774B; }
span { border-color: rgb(90,119,75); }
td.TdClassName
{
border-color: #5A774B;
}
.TagClassName
{
border-color: #5A774B;
}
</style>