Shades of Glade Green #5E924D
Tints of Glade Green #5E924D
RGB
CMYK
RGB Variations
Color information
#5E924D (or 0x5E924D) is known color: Glade Green. HEX triplet: 5E, 92 and 4D. RGB value is (94,146,77). Sum of RGB (Red+Green+Blue) = 94+146+77=317 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.65% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #5E924D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E924D is #A16DB2. Grayscale: #7A7A7A. Windows color (decimal): -10579379 or 5083742. OLE color: 5083742.
HSL color Cylindrical-coordinate representation of color #5E924D: hue angle of 105.22º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E924D is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 146 | 77 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.43 |
| HSL | 105.22º | 0.31% | 0.44% | - |
| HSV(B) | 105.22º | 0.47% | 0.57% | - |
| XYZ | 16.23 | 23.47 | 10.7 | - |
| YUV | 122.59 | 102.27 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 146 | 77 | 0.36 | 0 | 0.47 | 0.43 | 105.22 | 0.31 | 0.44 |
| Hex | 5E | 92 | 4D | 24 | 0 | 2F | 2B | 69 | 1F | 2C |
| Octal | 136 | 222 | 115 | 44 | 0 | 57 | 53 | 151 | 37 | 54 |
| Binary | 1011110 | 10010010 | 1001101 | 100100 | 0 | 101111 | 101011 | 1101001 | 11111 | 101100 |
Color Harmonies of #5E924D
Complementary color
Monochromatic Colors of #5E924D
Black with #5E924D
Text Example
Text Example
White with #5E924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E924D; }
p { color: rgb(94,146,77); }
H1.HeaderClassName
{
color: #5E924D;
}
.AnyTagClassName
{
color: #5E924D;
}
</style>
background-color css
<style>
a { background-color: #5E924D; }
a { background-color: rgb(94,146,77); }
div.DivClassName
{
background-color: #5E924D;
}
.BgClassName
{
background-color: #5E924D;
}
</style>
border-color css
<style>
span { border-color: #5E924D; }
span { border-color: rgb(94,146,77); }
td.TdClassName
{
border-color: #5E924D;
}
.TagClassName
{
border-color: #5E924D;
}
</style>