Shades of Glade Green #5B953F
Tints of Glade Green #5B953F
RGB
CMYK
RGB Variations
Color information
#5B953F (or 0x5B953F) is known color: Glade Green. HEX triplet: 5B, 95 and 3F. RGB value is (91,149,63). Sum of RGB (Red+Green+Blue) = 91+149+63=303 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.03% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #5B953F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B953F is #A46AC0. Grayscale: #7A7A7A. Windows color (decimal): -10775233 or 4167003. OLE color: 4167003.
HSL color Cylindrical-coordinate representation of color #5B953F: hue angle of 100.47º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B953F is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 149 | 63 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.42 |
| HSL | 100.47º | 0.41% | 0.42% | - |
| HSV(B) | 100.47º | 0.58% | 0.58% | - |
| XYZ | 15.96 | 24.08 | 8.51 | - |
| YUV | 121.85 | 94.78 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 149 | 63 | 0.39 | 0 | 0.58 | 0.42 | 100.47 | 0.41 | 0.42 |
| Hex | 5B | 95 | 3F | 27 | 0 | 3A | 2A | 64 | 29 | 2A |
| Octal | 133 | 225 | 77 | 47 | 0 | 72 | 52 | 144 | 51 | 52 |
| Binary | 1011011 | 10010101 | 111111 | 100111 | 0 | 111010 | 101010 | 1100100 | 101001 | 101010 |
Color Harmonies of #5B953F
Complementary color
Monochromatic Colors of #5B953F
Black with #5B953F
Text Example
Text Example
White with #5B953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B953F; }
p { color: rgb(91,149,63); }
H1.HeaderClassName
{
color: #5B953F;
}
.AnyTagClassName
{
color: #5B953F;
}
</style>
background-color css
<style>
a { background-color: #5B953F; }
a { background-color: rgb(91,149,63); }
div.DivClassName
{
background-color: #5B953F;
}
.BgClassName
{
background-color: #5B953F;
}
</style>
border-color css
<style>
span { border-color: #5B953F; }
span { border-color: rgb(91,149,63); }
td.TdClassName
{
border-color: #5B953F;
}
.TagClassName
{
border-color: #5B953F;
}
</style>