Shades of Glade Green #5A784B
Tints of Glade Green #5A784B
RGB
CMYK
RGB Variations
Color information
#5A784B (or 0x5A784B) is known color: Glade Green. HEX triplet: 5A, 78 and 4B. RGB value is (90,120,75). Sum of RGB (Red+Green+Blue) = 90+120+75=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 120 - color contains mainly: green. Hex color #5A784B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A784B is #A587B4. Grayscale: #6A6A6A. Windows color (decimal): -10848181 or 4946010. OLE color: 4946010.
HSL color Cylindrical-coordinate representation of color #5A784B: hue angle of 100º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A784B is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 120 | 75 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.53 |
| HSL | 100º | 0.23% | 0.38% | - |
| HSV(B) | 100º | 0.38% | 0.47% | - |
| XYZ | 12.2 | 16.11 | 9.12 | - |
| YUV | 105.9 | 110.56 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 120 | 75 | 0.25 | 0 | 0.37 | 0.53 | 100 | 0.23 | 0.38 |
| Hex | 5A | 78 | 4B | 19 | 0 | 25 | 35 | 64 | 17 | 26 |
| Octal | 132 | 170 | 113 | 31 | 0 | 45 | 65 | 144 | 27 | 46 |
| Binary | 1011010 | 1111000 | 1001011 | 11001 | 0 | 100101 | 110101 | 1100100 | 10111 | 100110 |
Color Harmonies of #5A784B
Complementary color
Monochromatic Colors of #5A784B
Black with #5A784B
Text Example
Text Example
White with #5A784B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A784B; }
p { color: rgb(90,120,75); }
H1.HeaderClassName
{
color: #5A784B;
}
.AnyTagClassName
{
color: #5A784B;
}
</style>
background-color css
<style>
a { background-color: #5A784B; }
a { background-color: rgb(90,120,75); }
div.DivClassName
{
background-color: #5A784B;
}
.BgClassName
{
background-color: #5A784B;
}
</style>
border-color css
<style>
span { border-color: #5A784B; }
span { border-color: rgb(90,120,75); }
td.TdClassName
{
border-color: #5A784B;
}
.TagClassName
{
border-color: #5A784B;
}
</style>