Shades of Glade Green #5A8447
Tints of Glade Green #5A8447
RGB
CMYK
RGB Variations
Color information
#5A8447 (or 0x5A8447) is known color: Glade Green. HEX triplet: 5A, 84 and 47. RGB value is (90,132,71). Sum of RGB (Red+Green+Blue) = 90+132+71=293 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.72% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 132 - color contains mainly: green. Hex color #5A8447 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A8447 is #A57BB8. Grayscale: #707070. Windows color (decimal): -10845113 or 4686938. OLE color: 4686938.
HSL color Cylindrical-coordinate representation of color #5A8447: hue angle of 101.31º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A8447 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 132 | 71 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.48 |
| HSL | 101.31º | 0.3% | 0.4% | - |
| HSV(B) | 101.31º | 0.46% | 0.52% | - |
| XYZ | 13.61 | 19.13 | 8.94 | - |
| YUV | 112.49 | 104.59 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 132 | 71 | 0.32 | 0 | 0.46 | 0.48 | 101.31 | 0.3 | 0.4 |
| Hex | 5A | 84 | 47 | 20 | 0 | 2E | 30 | 65 | 1E | 28 |
| Octal | 132 | 204 | 107 | 40 | 0 | 56 | 60 | 145 | 36 | 50 |
| Binary | 1011010 | 10000100 | 1000111 | 100000 | 0 | 101110 | 110000 | 1100101 | 11110 | 101000 |
Color Harmonies of #5A8447
Complementary color
Monochromatic Colors of #5A8447
Black with #5A8447
Text Example
Text Example
White with #5A8447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8447; }
p { color: rgb(90,132,71); }
H1.HeaderClassName
{
color: #5A8447;
}
.AnyTagClassName
{
color: #5A8447;
}
</style>
background-color css
<style>
a { background-color: #5A8447; }
a { background-color: rgb(90,132,71); }
div.DivClassName
{
background-color: #5A8447;
}
.BgClassName
{
background-color: #5A8447;
}
</style>
border-color css
<style>
span { border-color: #5A8447; }
span { border-color: rgb(90,132,71); }
td.TdClassName
{
border-color: #5A8447;
}
.TagClassName
{
border-color: #5A8447;
}
</style>