Shades of Glade Green #5E9449
Tints of Glade Green #5E9449
RGB
CMYK
RGB Variations
Color information
#5E9449 (or 0x5E9449) is known color: Glade Green. HEX triplet: 5E, 94 and 49. RGB value is (94,148,73). Sum of RGB (Red+Green+Blue) = 94+148+73=315 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.84% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #5E9449 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9449 is #A16BB6. Grayscale: #7B7B7B. Windows color (decimal): -10578871 or 4822110. OLE color: 4822110.
HSL color Cylindrical-coordinate representation of color #5E9449: hue angle of 103.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E9449 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 148 | 73 | - |
| CMYK | 0.36 | 0 | 0.51 | 0.42 |
| HSL | 103.2º | 0.34% | 0.43% | - |
| HSV(B) | 103.2º | 0.51% | 0.58% | - |
| XYZ | 16.41 | 24.04 | 10.08 | - |
| YUV | 123.3 | 99.61 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 148 | 73 | 0.36 | 0 | 0.51 | 0.42 | 103.2 | 0.34 | 0.43 |
| Hex | 5E | 94 | 49 | 24 | 0 | 33 | 2A | 67 | 22 | 2B |
| Octal | 136 | 224 | 111 | 44 | 0 | 63 | 52 | 147 | 42 | 53 |
| Binary | 1011110 | 10010100 | 1001001 | 100100 | 0 | 110011 | 101010 | 1100111 | 100010 | 101011 |
Color Harmonies of #5E9449
Complementary color
Monochromatic Colors of #5E9449
Black with #5E9449
Text Example
Text Example
White with #5E9449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9449; }
p { color: rgb(94,148,73); }
H1.HeaderClassName
{
color: #5E9449;
}
.AnyTagClassName
{
color: #5E9449;
}
</style>
background-color css
<style>
a { background-color: #5E9449; }
a { background-color: rgb(94,148,73); }
div.DivClassName
{
background-color: #5E9449;
}
.BgClassName
{
background-color: #5E9449;
}
</style>
border-color css
<style>
span { border-color: #5E9449; }
span { border-color: rgb(94,148,73); }
td.TdClassName
{
border-color: #5E9449;
}
.TagClassName
{
border-color: #5E9449;
}
</style>