Shades of Glade Green #5D8946
Tints of Glade Green #5D8946
RGB
CMYK
RGB Variations
Color information
#5D8946 (or 0x5D8946) is known color: Glade Green. HEX triplet: 5D, 89 and 46. RGB value is (93,137,70). Sum of RGB (Red+Green+Blue) = 93+137+70=300 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 137 - color contains mainly: green. Hex color #5D8946 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8946 is #A276B9. Grayscale: #747474. Windows color (decimal): -10647226 or 4622685. OLE color: 4622685.
HSL color Cylindrical-coordinate representation of color #5D8946: hue angle of 99.4º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5D8946 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 93 | 137 | 70 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.46 |
| HSL | 99.4º | 0.32% | 0.41% | - |
| HSV(B) | 99.4º | 0.49% | 0.54% | - |
| XYZ | 14.57 | 20.66 | 9.01 | - |
| YUV | 116.21 | 101.92 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 137 | 70 | 0.32 | 0 | 0.49 | 0.46 | 99.4 | 0.32 | 0.41 |
| Hex | 5D | 89 | 46 | 20 | 0 | 31 | 2E | 63 | 20 | 29 |
| Octal | 135 | 211 | 106 | 40 | 0 | 61 | 56 | 143 | 40 | 51 |
| Binary | 1011101 | 10001001 | 1000110 | 100000 | 0 | 110001 | 101110 | 1100011 | 100000 | 101001 |
Color Harmonies of #5D8946
Complementary color
Monochromatic Colors of #5D8946
Black with #5D8946
Text Example
Text Example
White with #5D8946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8946; }
p { color: rgb(93,137,70); }
H1.HeaderClassName
{
color: #5D8946;
}
.AnyTagClassName
{
color: #5D8946;
}
</style>
background-color css
<style>
a { background-color: #5D8946; }
a { background-color: rgb(93,137,70); }
div.DivClassName
{
background-color: #5D8946;
}
.BgClassName
{
background-color: #5D8946;
}
</style>
border-color css
<style>
span { border-color: #5D8946; }
span { border-color: rgb(93,137,70); }
td.TdClassName
{
border-color: #5D8946;
}
.TagClassName
{
border-color: #5D8946;
}
</style>