Shades of Glade Green #5E8948
Tints of Glade Green #5E8948
RGB
CMYK
RGB Variations
Color information
#5E8948 (or 0x5E8948) is known color: Glade Green. HEX triplet: 5E, 89 and 48. RGB value is (94,137,72). Sum of RGB (Red+Green+Blue) = 94+137+72=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #5E8948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8948 is #A176B7. Grayscale: #747474. Windows color (decimal): -10581688 or 4753758. OLE color: 4753758.
HSL color Cylindrical-coordinate representation of color #5E8948: hue angle of 99.69º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E8948 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 137 | 72 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.46 |
| HSL | 99.69º | 0.31% | 0.41% | - |
| HSV(B) | 99.69º | 0.47% | 0.54% | - |
| XYZ | 14.73 | 20.74 | 9.36 | - |
| YUV | 116.73 | 102.75 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 137 | 72 | 0.31 | 0 | 0.47 | 0.46 | 99.69 | 0.31 | 0.41 |
| Hex | 5E | 89 | 48 | 1F | 0 | 2F | 2E | 64 | 1F | 29 |
| Octal | 136 | 211 | 110 | 37 | 0 | 57 | 56 | 144 | 37 | 51 |
| Binary | 1011110 | 10001001 | 1001000 | 11111 | 0 | 101111 | 101110 | 1100100 | 11111 | 101001 |
Color Harmonies of #5E8948
Complementary color
Monochromatic Colors of #5E8948
Black with #5E8948
Text Example
Text Example
White with #5E8948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8948; }
p { color: rgb(94,137,72); }
H1.HeaderClassName
{
color: #5E8948;
}
.AnyTagClassName
{
color: #5E8948;
}
</style>
background-color css
<style>
a { background-color: #5E8948; }
a { background-color: rgb(94,137,72); }
div.DivClassName
{
background-color: #5E8948;
}
.BgClassName
{
background-color: #5E8948;
}
</style>
border-color css
<style>
span { border-color: #5E8948; }
span { border-color: rgb(94,137,72); }
td.TdClassName
{
border-color: #5E8948;
}
.TagClassName
{
border-color: #5E8948;
}
</style>