Shades of Glade Green #5E9744
Tints of Glade Green #5E9744
RGB
CMYK
RGB Variations
Color information
#5E9744 (or 0x5E9744) is known color: Glade Green. HEX triplet: 5E, 97 and 44. RGB value is (94,151,68). Sum of RGB (Red+Green+Blue) = 94+151+68=313 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.03% from 313); Green value is 151 (59.38% from 255 or 48.24% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 151 - color contains mainly: green. Hex color #5E9744 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9744 is #A168BB. Grayscale: #7C7C7C. Windows color (decimal): -10578108 or 4495198. OLE color: 4495198.
HSL color Cylindrical-coordinate representation of color #5E9744: hue angle of 101.2º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E9744 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 151 | 68 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.41 |
| HSL | 101.2º | 0.38% | 0.43% | - |
| HSV(B) | 101.2º | 0.55% | 0.59% | - |
| XYZ | 16.73 | 24.93 | 9.4 | - |
| YUV | 124.5 | 96.12 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 151 | 68 | 0.38 | 0 | 0.55 | 0.41 | 101.2 | 0.38 | 0.43 |
| Hex | 5E | 97 | 44 | 26 | 0 | 37 | 29 | 65 | 26 | 2B |
| Octal | 136 | 227 | 104 | 46 | 0 | 67 | 51 | 145 | 46 | 53 |
| Binary | 1011110 | 10010111 | 1000100 | 100110 | 0 | 110111 | 101001 | 1100101 | 100110 | 101011 |
Color Harmonies of #5E9744
Complementary color
Monochromatic Colors of #5E9744
Black with #5E9744
Text Example
Text Example
White with #5E9744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9744; }
p { color: rgb(94,151,68); }
H1.HeaderClassName
{
color: #5E9744;
}
.AnyTagClassName
{
color: #5E9744;
}
</style>
background-color css
<style>
a { background-color: #5E9744; }
a { background-color: rgb(94,151,68); }
div.DivClassName
{
background-color: #5E9744;
}
.BgClassName
{
background-color: #5E9744;
}
</style>
border-color css
<style>
span { border-color: #5E9744; }
span { border-color: rgb(94,151,68); }
td.TdClassName
{
border-color: #5E9744;
}
.TagClassName
{
border-color: #5E9744;
}
</style>