Shades of Glade Green #5A7E54
Tints of Glade Green #5A7E54
RGB
CMYK
RGB Variations
Color information
#5A7E54 (or 0x5A7E54) is known color: Glade Green. HEX triplet: 5A, 7E and 54. RGB value is (90,126,84). Sum of RGB (Red+Green+Blue) = 90+126+84=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 126 (49.61% from 255 or 42% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 126 - color contains mainly: green. Hex color #5A7E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7E54 is #A581AB. Grayscale: #6E6E6E. Windows color (decimal): -10846636 or 5537370. OLE color: 5537370.
HSL color Cylindrical-coordinate representation of color #5A7E54: hue angle of 111.43º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A7E54 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 126 | 84 | - |
| CMYK | 0.29 | 0 | 0.33 | 0.51 |
| HSL | 111.43º | 0.2% | 0.41% | - |
| HSV(B) | 111.43º | 0.33% | 0.49% | - |
| XYZ | 13.28 | 17.74 | 11.11 | - |
| YUV | 110.45 | 113.07 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 126 | 84 | 0.29 | 0 | 0.33 | 0.51 | 111.43 | 0.2 | 0.41 |
| Hex | 5A | 7E | 54 | 1D | 0 | 21 | 33 | 6F | 14 | 29 |
| Octal | 132 | 176 | 124 | 35 | 0 | 41 | 63 | 157 | 24 | 51 |
| Binary | 1011010 | 1111110 | 1010100 | 11101 | 0 | 100001 | 110011 | 1101111 | 10100 | 101001 |
Color Harmonies of #5A7E54
Complementary color
Monochromatic Colors of #5A7E54
Black with #5A7E54
Text Example
Text Example
White with #5A7E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7E54; }
p { color: rgb(90,126,84); }
H1.HeaderClassName
{
color: #5A7E54;
}
.AnyTagClassName
{
color: #5A7E54;
}
</style>
background-color css
<style>
a { background-color: #5A7E54; }
a { background-color: rgb(90,126,84); }
div.DivClassName
{
background-color: #5A7E54;
}
.BgClassName
{
background-color: #5A7E54;
}
</style>
border-color css
<style>
span { border-color: #5A7E54; }
span { border-color: rgb(90,126,84); }
td.TdClassName
{
border-color: #5A7E54;
}
.TagClassName
{
border-color: #5A7E54;
}
</style>