Shades of Glade Green #5B8D46
Tints of Glade Green #5B8D46
RGB
CMYK
RGB Variations
Color information
#5B8D46 (or 0x5B8D46) is known color: Glade Green. HEX triplet: 5B, 8D and 46. RGB value is (91,141,70). Sum of RGB (Red+Green+Blue) = 91+141+70=302 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.13% from 302); Green value is 141 (55.47% from 255 or 46.69% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 141 - color contains mainly: green. Hex color #5B8D46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B8D46 is #A472B9. Grayscale: #767676. Windows color (decimal): -10777274 or 4623707. OLE color: 4623707.
HSL color Cylindrical-coordinate representation of color #5B8D46: hue angle of 102.25º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5B8D46 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 91 | 141 | 70 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.45 |
| HSL | 102.25º | 0.34% | 0.41% | - |
| HSV(B) | 102.25º | 0.5% | 0.55% | - |
| XYZ | 14.94 | 21.72 | 9.2 | - |
| YUV | 117.96 | 100.94 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 141 | 70 | 0.35 | 0 | 0.50 | 0.45 | 102.25 | 0.34 | 0.41 |
| Hex | 5B | 8D | 46 | 23 | 0 | 32 | 2D | 66 | 22 | 29 |
| Octal | 133 | 215 | 106 | 43 | 0 | 62 | 55 | 146 | 42 | 51 |
| Binary | 1011011 | 10001101 | 1000110 | 100011 | 0 | 110010 | 101101 | 1100110 | 100010 | 101001 |
Color Harmonies of #5B8D46
Complementary color
Monochromatic Colors of #5B8D46
Black with #5B8D46
Text Example
Text Example
White with #5B8D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8D46; }
p { color: rgb(91,141,70); }
H1.HeaderClassName
{
color: #5B8D46;
}
.AnyTagClassName
{
color: #5B8D46;
}
</style>
background-color css
<style>
a { background-color: #5B8D46; }
a { background-color: rgb(91,141,70); }
div.DivClassName
{
background-color: #5B8D46;
}
.BgClassName
{
background-color: #5B8D46;
}
</style>
border-color css
<style>
span { border-color: #5B8D46; }
span { border-color: rgb(91,141,70); }
td.TdClassName
{
border-color: #5B8D46;
}
.TagClassName
{
border-color: #5B8D46;
}
</style>