Shades of Glade Green #5B8352
Tints of Glade Green #5B8352
RGB
CMYK
RGB Variations
Color information
#5B8352 (or 0x5B8352) is known color: Glade Green. HEX triplet: 5B, 83 and 52. RGB value is (91,131,82). Sum of RGB (Red+Green+Blue) = 91+131+82=304 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.93% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 131 - color contains mainly: green. Hex color #5B8352 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8352 is #A47CAD. Grayscale: #717171. Windows color (decimal): -10779822 or 5407579. OLE color: 5407579.
HSL color Cylindrical-coordinate representation of color #5B8352: hue angle of 108.98º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B8352 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 131 | 82 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.49 |
| HSL | 108.98º | 0.23% | 0.42% | - |
| HSV(B) | 108.98º | 0.37% | 0.51% | - |
| XYZ | 13.95 | 19.07 | 10.93 | - |
| YUV | 113.45 | 110.25 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 131 | 82 | 0.31 | 0 | 0.37 | 0.49 | 108.98 | 0.23 | 0.42 |
| Hex | 5B | 83 | 52 | 1F | 0 | 25 | 31 | 6D | 17 | 2A |
| Octal | 133 | 203 | 122 | 37 | 0 | 45 | 61 | 155 | 27 | 52 |
| Binary | 1011011 | 10000011 | 1010010 | 11111 | 0 | 100101 | 110001 | 1101101 | 10111 | 101010 |
Color Harmonies of #5B8352
Complementary color
Monochromatic Colors of #5B8352
Black with #5B8352
Text Example
Text Example
White with #5B8352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8352; }
p { color: rgb(91,131,82); }
H1.HeaderClassName
{
color: #5B8352;
}
.AnyTagClassName
{
color: #5B8352;
}
</style>
background-color css
<style>
a { background-color: #5B8352; }
a { background-color: rgb(91,131,82); }
div.DivClassName
{
background-color: #5B8352;
}
.BgClassName
{
background-color: #5B8352;
}
</style>
border-color css
<style>
span { border-color: #5B8352; }
span { border-color: rgb(91,131,82); }
td.TdClassName
{
border-color: #5B8352;
}
.TagClassName
{
border-color: #5B8352;
}
</style>