Shades of Glade Green #5E804A
Tints of Glade Green #5E804A
RGB
CMYK
RGB Variations
Color information
#5E804A (or 0x5E804A) is known color: Glade Green. HEX triplet: 5E, 80 and 4A. RGB value is (94,128,74). Sum of RGB (Red+Green+Blue) = 94+128+74=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 128 (50.39% from 255 or 43.24% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 128 - color contains mainly: green. Hex color #5E804A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E804A is #A17FB5. Grayscale: #6F6F6F. Windows color (decimal): -10583990 or 4882526. OLE color: 4882526.
HSL color Cylindrical-coordinate representation of color #5E804A: hue angle of 97.78º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E804A is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 128 | 74 | - |
| CMYK | 0.27 | 0 | 0.42 | 0.50 |
| HSL | 97.78º | 0.27% | 0.4% | - |
| HSV(B) | 97.78º | 0.42% | 0.5% | - |
| XYZ | 13.57 | 18.31 | 9.3 | - |
| YUV | 111.68 | 106.74 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 128 | 74 | 0.27 | 0 | 0.42 | 0.50 | 97.78 | 0.27 | 0.4 |
| Hex | 5E | 80 | 4A | 1B | 0 | 2A | 32 | 62 | 1B | 28 |
| Octal | 136 | 200 | 112 | 33 | 0 | 52 | 62 | 142 | 33 | 50 |
| Binary | 1011110 | 10000000 | 1001010 | 11011 | 0 | 101010 | 110010 | 1100010 | 11011 | 101000 |
Color Harmonies of #5E804A
Complementary color
Monochromatic Colors of #5E804A
Black with #5E804A
Text Example
Text Example
White with #5E804A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E804A; }
p { color: rgb(94,128,74); }
H1.HeaderClassName
{
color: #5E804A;
}
.AnyTagClassName
{
color: #5E804A;
}
</style>
background-color css
<style>
a { background-color: #5E804A; }
a { background-color: rgb(94,128,74); }
div.DivClassName
{
background-color: #5E804A;
}
.BgClassName
{
background-color: #5E804A;
}
</style>
border-color css
<style>
span { border-color: #5E804A; }
span { border-color: rgb(94,128,74); }
td.TdClassName
{
border-color: #5E804A;
}
.TagClassName
{
border-color: #5E804A;
}
</style>