Shades of Glade Green #5B9546
Tints of Glade Green #5B9546
RGB
CMYK
RGB Variations
Color information
#5B9546 (or 0x5B9546) is known color: Glade Green. HEX triplet: 5B, 95 and 46. RGB value is (91,149,70). Sum of RGB (Red+Green+Blue) = 91+149+70=310 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.35% from 310); Green value is 149 (58.59% from 255 or 48.06% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 149 - color contains mainly: green. Hex color #5B9546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B9546 is #A46AB9. Grayscale: #7A7A7A. Windows color (decimal): -10775226 or 4625755. OLE color: 4625755.
HSL color Cylindrical-coordinate representation of color #5B9546: hue angle of 104.05º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5B9546 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 149 | 70 | - |
| CMYK | 0.39 | 0 | 0.53 | 0.42 |
| HSL | 104.05º | 0.36% | 0.43% | - |
| HSV(B) | 104.05º | 0.53% | 0.58% | - |
| XYZ | 16.17 | 24.16 | 9.61 | - |
| YUV | 122.65 | 98.28 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 149 | 70 | 0.39 | 0 | 0.53 | 0.42 | 104.05 | 0.36 | 0.43 |
| Hex | 5B | 95 | 46 | 27 | 0 | 35 | 2A | 68 | 24 | 2B |
| Octal | 133 | 225 | 106 | 47 | 0 | 65 | 52 | 150 | 44 | 53 |
| Binary | 1011011 | 10010101 | 1000110 | 100111 | 0 | 110101 | 101010 | 1101000 | 100100 | 101011 |
Color Harmonies of #5B9546
Complementary color
Monochromatic Colors of #5B9546
Black with #5B9546
Text Example
Text Example
White with #5B9546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9546; }
p { color: rgb(91,149,70); }
H1.HeaderClassName
{
color: #5B9546;
}
.AnyTagClassName
{
color: #5B9546;
}
</style>
background-color css
<style>
a { background-color: #5B9546; }
a { background-color: rgb(91,149,70); }
div.DivClassName
{
background-color: #5B9546;
}
.BgClassName
{
background-color: #5B9546;
}
</style>
border-color css
<style>
span { border-color: #5B9546; }
span { border-color: rgb(91,149,70); }
td.TdClassName
{
border-color: #5B9546;
}
.TagClassName
{
border-color: #5B9546;
}
</style>