Shades of Glade Green #5B8250
Tints of Glade Green #5B8250
RGB
CMYK
RGB Variations
Color information
#5B8250 (or 0x5B8250) is known color: Glade Green. HEX triplet: 5B, 82 and 50. RGB value is (91,130,80). Sum of RGB (Red+Green+Blue) = 91+130+80=301 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.23% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #5B8250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8250 is #A47DAF. Grayscale: #707070. Windows color (decimal): -10780080 or 5276251. OLE color: 5276251.
HSL color Cylindrical-coordinate representation of color #5B8250: hue angle of 106.8º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B8250 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 130 | 80 | - |
| CMYK | 0.30 | 0 | 0.38 | 0.49 |
| HSL | 106.8º | 0.24% | 0.41% | - |
| HSV(B) | 106.8º | 0.38% | 0.51% | - |
| XYZ | 13.74 | 18.77 | 10.49 | - |
| YUV | 112.64 | 109.58 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 130 | 80 | 0.30 | 0 | 0.38 | 0.49 | 106.8 | 0.24 | 0.41 |
| Hex | 5B | 82 | 50 | 1E | 0 | 26 | 31 | 6B | 18 | 29 |
| Octal | 133 | 202 | 120 | 36 | 0 | 46 | 61 | 153 | 30 | 51 |
| Binary | 1011011 | 10000010 | 1010000 | 11110 | 0 | 100110 | 110001 | 1101011 | 11000 | 101001 |
Color Harmonies of #5B8250
Complementary color
Monochromatic Colors of #5B8250
Black with #5B8250
Text Example
Text Example
White with #5B8250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8250; }
p { color: rgb(91,130,80); }
H1.HeaderClassName
{
color: #5B8250;
}
.AnyTagClassName
{
color: #5B8250;
}
</style>
background-color css
<style>
a { background-color: #5B8250; }
a { background-color: rgb(91,130,80); }
div.DivClassName
{
background-color: #5B8250;
}
.BgClassName
{
background-color: #5B8250;
}
</style>
border-color css
<style>
span { border-color: #5B8250; }
span { border-color: rgb(91,130,80); }
td.TdClassName
{
border-color: #5B8250;
}
.TagClassName
{
border-color: #5B8250;
}
</style>