Shades of Glade Green #5A913F
Tints of Glade Green #5A913F
RGB
CMYK
RGB Variations
Color information
#5A913F (or 0x5A913F) is known color: Glade Green. HEX triplet: 5A, 91 and 3F. RGB value is (90,145,63). Sum of RGB (Red+Green+Blue) = 90+145+63=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 145 (57.03% from 255 or 48.66% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 145 - color contains mainly: green. Hex color #5A913F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A913F is #A56EC0. Grayscale: #777777. Windows color (decimal): -10841793 or 4165978. OLE color: 4165978.
HSL color Cylindrical-coordinate representation of color #5A913F: hue angle of 100.24º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A913F is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 145 | 63 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.43 |
| HSL | 100.24º | 0.39% | 0.41% | - |
| HSV(B) | 100.24º | 0.57% | 0.57% | - |
| XYZ | 15.24 | 22.78 | 8.3 | - |
| YUV | 119.21 | 96.28 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 145 | 63 | 0.38 | 0 | 0.57 | 0.43 | 100.24 | 0.39 | 0.41 |
| Hex | 5A | 91 | 3F | 26 | 0 | 39 | 2B | 64 | 27 | 29 |
| Octal | 132 | 221 | 77 | 46 | 0 | 71 | 53 | 144 | 47 | 51 |
| Binary | 1011010 | 10010001 | 111111 | 100110 | 0 | 111001 | 101011 | 1100100 | 100111 | 101001 |
Color Harmonies of #5A913F
Complementary color
Monochromatic Colors of #5A913F
Black with #5A913F
Text Example
Text Example
White with #5A913F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A913F; }
p { color: rgb(90,145,63); }
H1.HeaderClassName
{
color: #5A913F;
}
.AnyTagClassName
{
color: #5A913F;
}
</style>
background-color css
<style>
a { background-color: #5A913F; }
a { background-color: rgb(90,145,63); }
div.DivClassName
{
background-color: #5A913F;
}
.BgClassName
{
background-color: #5A913F;
}
</style>
border-color css
<style>
span { border-color: #5A913F; }
span { border-color: rgb(90,145,63); }
td.TdClassName
{
border-color: #5A913F;
}
.TagClassName
{
border-color: #5A913F;
}
</style>