Shades of Glade Green #5D9849
Tints of Glade Green #5D9849
RGB
CMYK
RGB Variations
Color information
#5D9849 (or 0x5D9849) is known color: Glade Green. HEX triplet: 5D, 98 and 49. RGB value is (93,152,73). Sum of RGB (Red+Green+Blue) = 93+152+73=318 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.25% from 318); Green value is 152 (59.77% from 255 or 47.80% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 152 - color contains mainly: green. Hex color #5D9849 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D9849 is #A267B6. Grayscale: #7D7D7D. Windows color (decimal): -10643383 or 4823133. OLE color: 4823133.
HSL color Cylindrical-coordinate representation of color #5D9849: hue angle of 104.81º 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 #5D9849 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 152 | 73 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.40 |
| HSL | 104.81º | 0.35% | 0.44% | - |
| HSV(B) | 104.81º | 0.52% | 0.6% | - |
| XYZ | 16.95 | 25.26 | 10.29 | - |
| YUV | 125.35 | 98.45 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 152 | 73 | 0.39 | 0 | 0.52 | 0.40 | 104.81 | 0.35 | 0.44 |
| Hex | 5D | 98 | 49 | 27 | 0 | 34 | 28 | 69 | 23 | 2C |
| Octal | 135 | 230 | 111 | 47 | 0 | 64 | 50 | 151 | 43 | 54 |
| Binary | 1011101 | 10011000 | 1001001 | 100111 | 0 | 110100 | 101000 | 1101001 | 100011 | 101100 |
Color Harmonies of #5D9849
Complementary color
Monochromatic Colors of #5D9849
Black with #5D9849
Text Example
Text Example
White with #5D9849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9849; }
p { color: rgb(93,152,73); }
H1.HeaderClassName
{
color: #5D9849;
}
.AnyTagClassName
{
color: #5D9849;
}
</style>
background-color css
<style>
a { background-color: #5D9849; }
a { background-color: rgb(93,152,73); }
div.DivClassName
{
background-color: #5D9849;
}
.BgClassName
{
background-color: #5D9849;
}
</style>
border-color css
<style>
span { border-color: #5D9849; }
span { border-color: rgb(93,152,73); }
td.TdClassName
{
border-color: #5D9849;
}
.TagClassName
{
border-color: #5D9849;
}
</style>