Shades of Glade Green #5B8946
Tints of Glade Green #5B8946
RGB
CMYK
RGB Variations
Color information
#5B8946 (or 0x5B8946) is known color: Glade Green. HEX triplet: 5B, 89 and 46. RGB value is (91,137,70). Sum of RGB (Red+Green+Blue) = 91+137+70=298 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.54% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 137 - color contains mainly: green. Hex color #5B8946 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B8946 is #A476B9. Grayscale: #737373. Windows color (decimal): -10778298 or 4622683. OLE color: 4622683.
HSL color Cylindrical-coordinate representation of color #5B8946: hue angle of 101.19º 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 #5B8946 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 91 | 137 | 70 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.46 |
| HSL | 101.19º | 0.32% | 0.41% | - |
| HSV(B) | 101.19º | 0.49% | 0.54% | - |
| XYZ | 14.37 | 20.56 | 9.01 | - |
| YUV | 115.61 | 102.26 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 137 | 70 | 0.34 | 0 | 0.49 | 0.46 | 101.19 | 0.32 | 0.41 |
| Hex | 5B | 89 | 46 | 22 | 0 | 31 | 2E | 65 | 20 | 29 |
| Octal | 133 | 211 | 106 | 42 | 0 | 61 | 56 | 145 | 40 | 51 |
| Binary | 1011011 | 10001001 | 1000110 | 100010 | 0 | 110001 | 101110 | 1100101 | 100000 | 101001 |
Color Harmonies of #5B8946
Complementary color
Monochromatic Colors of #5B8946
Black with #5B8946
Text Example
Text Example
White with #5B8946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8946; }
p { color: rgb(91,137,70); }
H1.HeaderClassName
{
color: #5B8946;
}
.AnyTagClassName
{
color: #5B8946;
}
</style>
background-color css
<style>
a { background-color: #5B8946; }
a { background-color: rgb(91,137,70); }
div.DivClassName
{
background-color: #5B8946;
}
.BgClassName
{
background-color: #5B8946;
}
</style>
border-color css
<style>
span { border-color: #5B8946; }
span { border-color: rgb(91,137,70); }
td.TdClassName
{
border-color: #5B8946;
}
.TagClassName
{
border-color: #5B8946;
}
</style>