Shades of Glade Green #5B8C45
Tints of Glade Green #5B8C45
RGB
CMYK
RGB Variations
Color information
#5B8C45 (or 0x5B8C45) is known color: Glade Green. HEX triplet: 5B, 8C and 45. RGB value is (91,140,69). Sum of RGB (Red+Green+Blue) = 91+140+69=300 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.33% from 300); Green value is 140 (55.08% from 255 or 46.67% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 140 - color contains mainly: green. Hex color #5B8C45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B8C45 is #A473BA. Grayscale: #757575. Windows color (decimal): -10777531 or 4557915. OLE color: 4557915.
HSL color Cylindrical-coordinate representation of color #5B8C45: hue angle of 101.41º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B8C45 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 91 | 140 | 69 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.45 |
| HSL | 101.41º | 0.34% | 0.41% | - |
| HSV(B) | 101.41º | 0.51% | 0.55% | - |
| XYZ | 14.77 | 21.41 | 8.98 | - |
| YUV | 117.26 | 100.77 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 140 | 69 | 0.35 | 0 | 0.51 | 0.45 | 101.41 | 0.34 | 0.41 |
| Hex | 5B | 8C | 45 | 23 | 0 | 33 | 2D | 65 | 22 | 29 |
| Octal | 133 | 214 | 105 | 43 | 0 | 63 | 55 | 145 | 42 | 51 |
| Binary | 1011011 | 10001100 | 1000101 | 100011 | 0 | 110011 | 101101 | 1100101 | 100010 | 101001 |
Color Harmonies of #5B8C45
Complementary color
Monochromatic Colors of #5B8C45
Black with #5B8C45
Text Example
Text Example
White with #5B8C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8C45; }
p { color: rgb(91,140,69); }
H1.HeaderClassName
{
color: #5B8C45;
}
.AnyTagClassName
{
color: #5B8C45;
}
</style>
background-color css
<style>
a { background-color: #5B8C45; }
a { background-color: rgb(91,140,69); }
div.DivClassName
{
background-color: #5B8C45;
}
.BgClassName
{
background-color: #5B8C45;
}
</style>
border-color css
<style>
span { border-color: #5B8C45; }
span { border-color: rgb(91,140,69); }
td.TdClassName
{
border-color: #5B8C45;
}
.TagClassName
{
border-color: #5B8C45;
}
</style>