Shades of Glade Green #5D8948
Tints of Glade Green #5D8948
RGB
CMYK
RGB Variations
Color information
#5D8948 (or 0x5D8948) is known color: Glade Green. HEX triplet: 5D, 89 and 48. RGB value is (93,137,72). Sum of RGB (Red+Green+Blue) = 93+137+72=302 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.79% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #5D8948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8948 is #A276B7. Grayscale: #747474. Windows color (decimal): -10647224 or 4753757. OLE color: 4753757.
HSL color Cylindrical-coordinate representation of color #5D8948: hue angle of 100.62º 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 #5D8948 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 93 | 137 | 72 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.46 |
| HSL | 100.62º | 0.31% | 0.41% | - |
| HSV(B) | 100.62º | 0.47% | 0.54% | - |
| XYZ | 14.63 | 20.69 | 9.35 | - |
| YUV | 116.43 | 102.92 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 137 | 72 | 0.32 | 0 | 0.47 | 0.46 | 100.62 | 0.31 | 0.41 |
| Hex | 5D | 89 | 48 | 20 | 0 | 2F | 2E | 65 | 1F | 29 |
| Octal | 135 | 211 | 110 | 40 | 0 | 57 | 56 | 145 | 37 | 51 |
| Binary | 1011101 | 10001001 | 1001000 | 100000 | 0 | 101111 | 101110 | 1100101 | 11111 | 101001 |
Color Harmonies of #5D8948
Complementary color
Monochromatic Colors of #5D8948
Black with #5D8948
Text Example
Text Example
White with #5D8948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8948; }
p { color: rgb(93,137,72); }
H1.HeaderClassName
{
color: #5D8948;
}
.AnyTagClassName
{
color: #5D8948;
}
</style>
background-color css
<style>
a { background-color: #5D8948; }
a { background-color: rgb(93,137,72); }
div.DivClassName
{
background-color: #5D8948;
}
.BgClassName
{
background-color: #5D8948;
}
</style>
border-color css
<style>
span { border-color: #5D8948; }
span { border-color: rgb(93,137,72); }
td.TdClassName
{
border-color: #5D8948;
}
.TagClassName
{
border-color: #5D8948;
}
</style>