Shades of Glade Green #5B8246
Tints of Glade Green #5B8246
RGB
CMYK
RGB Variations
Color information
#5B8246 (or 0x5B8246) is known color: Glade Green. HEX triplet: 5B, 82 and 46. RGB value is (91,130,70). Sum of RGB (Red+Green+Blue) = 91+130+70=291 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.27% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #5B8246 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B8246 is #A47DB9. Grayscale: #6F6F6F. Windows color (decimal): -10780090 or 4620891. OLE color: 4620891.
HSL color Cylindrical-coordinate representation of color #5B8246: hue angle of 99º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B8246 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 130 | 70 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.49 |
| HSL | 99º | 0.3% | 0.39% | - |
| HSV(B) | 99º | 0.46% | 0.51% | - |
| XYZ | 13.4 | 18.63 | 8.68 | - |
| YUV | 111.5 | 104.58 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 130 | 70 | 0.30 | 0 | 0.46 | 0.49 | 99 | 0.3 | 0.39 |
| Hex | 5B | 82 | 46 | 1E | 0 | 2E | 31 | 63 | 1E | 27 |
| Octal | 133 | 202 | 106 | 36 | 0 | 56 | 61 | 143 | 36 | 47 |
| Binary | 1011011 | 10000010 | 1000110 | 11110 | 0 | 101110 | 110001 | 1100011 | 11110 | 100111 |
Color Harmonies of #5B8246
Complementary color
Monochromatic Colors of #5B8246
Black with #5B8246
Text Example
Text Example
White with #5B8246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8246; }
p { color: rgb(91,130,70); }
H1.HeaderClassName
{
color: #5B8246;
}
.AnyTagClassName
{
color: #5B8246;
}
</style>
background-color css
<style>
a { background-color: #5B8246; }
a { background-color: rgb(91,130,70); }
div.DivClassName
{
background-color: #5B8246;
}
.BgClassName
{
background-color: #5B8246;
}
</style>
border-color css
<style>
span { border-color: #5B8246; }
span { border-color: rgb(91,130,70); }
td.TdClassName
{
border-color: #5B8246;
}
.TagClassName
{
border-color: #5B8246;
}
</style>