Shades of Glade Green #5E7A53
Tints of Glade Green #5E7A53
RGB
CMYK
RGB Variations
Color information
#5E7A53 (or 0x5E7A53) is known color: Glade Green. HEX triplet: 5E, 7A and 53. RGB value is (94,122,83). Sum of RGB (Red+Green+Blue) = 94+122+83=299 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.44% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 122 - color contains mainly: green. Hex color #5E7A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7A53 is #A185AC. Grayscale: #6D6D6D. Windows color (decimal): -10585517 or 5470814. OLE color: 5470814.
HSL color Cylindrical-coordinate representation of color #5E7A53: hue angle of 103.08º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5E7A53 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 94 | 122 | 83 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.52 |
| HSL | 103.08º | 0.19% | 0.4% | - |
| HSV(B) | 103.08º | 0.32% | 0.48% | - |
| XYZ | 13.14 | 16.92 | 10.76 | - |
| YUV | 109.18 | 113.22 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 122 | 83 | 0.23 | 0 | 0.32 | 0.52 | 103.08 | 0.19 | 0.4 |
| Hex | 5E | 7A | 53 | 17 | 0 | 20 | 34 | 67 | 13 | 28 |
| Octal | 136 | 172 | 123 | 27 | 0 | 40 | 64 | 147 | 23 | 50 |
| Binary | 1011110 | 1111010 | 1010011 | 10111 | 0 | 100000 | 110100 | 1100111 | 10011 | 101000 |
Color Harmonies of #5E7A53
Complementary color
Monochromatic Colors of #5E7A53
Black with #5E7A53
Text Example
Text Example
White with #5E7A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7A53; }
p { color: rgb(94,122,83); }
H1.HeaderClassName
{
color: #5E7A53;
}
.AnyTagClassName
{
color: #5E7A53;
}
</style>
background-color css
<style>
a { background-color: #5E7A53; }
a { background-color: rgb(94,122,83); }
div.DivClassName
{
background-color: #5E7A53;
}
.BgClassName
{
background-color: #5E7A53;
}
</style>
border-color css
<style>
span { border-color: #5E7A53; }
span { border-color: rgb(94,122,83); }
td.TdClassName
{
border-color: #5E7A53;
}
.TagClassName
{
border-color: #5E7A53;
}
</style>