Shades of Glade Green #5E9949
Tints of Glade Green #5E9949
RGB
CMYK
RGB Variations
Color information
#5E9949 (or 0x5E9949) is known color: Glade Green. HEX triplet: 5E, 99 and 49. RGB value is (94,153,73). Sum of RGB (Red+Green+Blue) = 94+153+73=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #5E9949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9949 is #A166B6. Grayscale: #7E7E7E. Windows color (decimal): -10577591 or 4823390. OLE color: 4823390.
HSL color Cylindrical-coordinate representation of color #5E9949: hue angle of 104.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5E9949 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 153 | 73 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.4 |
| HSL | 104.25º | 0.35% | 0.44% | - |
| HSV(B) | 104.25º | 0.52% | 0.6% | - |
| XYZ | 17.21 | 25.64 | 10.35 | - |
| YUV | 126.24 | 97.95 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 153 | 73 | 0.39 | 0 | 0.52 | 0.4 | 104.25 | 0.35 | 0.44 |
| Hex | 5E | 99 | 49 | 27 | 0 | 34 | 28 | 68 | 23 | 2C |
| Octal | 136 | 231 | 111 | 47 | 0 | 64 | 50 | 150 | 43 | 54 |
| Binary | 1011110 | 10011001 | 1001001 | 100111 | 0 | 110100 | 101000 | 1101000 | 100011 | 101100 |
Color Harmonies of #5E9949
Complementary color
Monochromatic Colors of #5E9949
Black with #5E9949
Text Example
Text Example
White with #5E9949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9949; }
p { color: rgb(94,153,73); }
H1.HeaderClassName
{
color: #5E9949;
}
.AnyTagClassName
{
color: #5E9949;
}
</style>
background-color css
<style>
a { background-color: #5E9949; }
a { background-color: rgb(94,153,73); }
div.DivClassName
{
background-color: #5E9949;
}
.BgClassName
{
background-color: #5E9949;
}
</style>
border-color css
<style>
span { border-color: #5E9949; }
span { border-color: rgb(94,153,73); }
td.TdClassName
{
border-color: #5E9949;
}
.TagClassName
{
border-color: #5E9949;
}
</style>