Shades of Glade Green #5A933E
Tints of Glade Green #5A933E
RGB
CMYK
RGB Variations
Color information
#5A933E (or 0x5A933E) is known color: Glade Green. HEX triplet: 5A, 93 and 3E. RGB value is (90,147,62). Sum of RGB (Red+Green+Blue) = 90+147+62=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 147 - color contains mainly: green. Hex color #5A933E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A933E is #A56CC1. Grayscale: #787878. Windows color (decimal): -10841282 or 4100954. OLE color: 4100954.
HSL color Cylindrical-coordinate representation of color #5A933E: hue angle of 100.24º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A933E is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 147 | 62 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.42 |
| HSL | 100.24º | 0.41% | 0.41% | - |
| HSV(B) | 100.24º | 0.58% | 0.58% | - |
| XYZ | 15.52 | 23.39 | 8.25 | - |
| YUV | 120.27 | 95.12 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 147 | 62 | 0.39 | 0 | 0.58 | 0.42 | 100.24 | 0.41 | 0.41 |
| Hex | 5A | 93 | 3E | 27 | 0 | 3A | 2A | 64 | 29 | 29 |
| Octal | 132 | 223 | 76 | 47 | 0 | 72 | 52 | 144 | 51 | 51 |
| Binary | 1011010 | 10010011 | 111110 | 100111 | 0 | 111010 | 101010 | 1100100 | 101001 | 101001 |
Color Harmonies of #5A933E
Complementary color
Monochromatic Colors of #5A933E
Black with #5A933E
Text Example
Text Example
White with #5A933E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A933E; }
p { color: rgb(90,147,62); }
H1.HeaderClassName
{
color: #5A933E;
}
.AnyTagClassName
{
color: #5A933E;
}
</style>
background-color css
<style>
a { background-color: #5A933E; }
a { background-color: rgb(90,147,62); }
div.DivClassName
{
background-color: #5A933E;
}
.BgClassName
{
background-color: #5A933E;
}
</style>
border-color css
<style>
span { border-color: #5A933E; }
span { border-color: rgb(90,147,62); }
td.TdClassName
{
border-color: #5A933E;
}
.TagClassName
{
border-color: #5A933E;
}
</style>