Shades of Glade Green #5E8053
Tints of Glade Green #5E8053
RGB
CMYK
RGB Variations
Color information
#5E8053 (or 0x5E8053) is known color: Glade Green. HEX triplet: 5E, 80 and 53. RGB value is (94,128,83). Sum of RGB (Red+Green+Blue) = 94+128+83=305 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.82% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 128 - color contains mainly: green. Hex color #5E8053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8053 is #A17FAC. Grayscale: #707070. Windows color (decimal): -10583981 or 5472350. OLE color: 5472350.
HSL color Cylindrical-coordinate representation of color #5E8053: hue angle of 105.33º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E8053 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 128 | 83 | - |
| CMYK | 0.27 | 0 | 0.35 | 0.50 |
| HSL | 105.33º | 0.21% | 0.41% | - |
| HSV(B) | 105.33º | 0.35% | 0.5% | - |
| XYZ | 13.9 | 18.44 | 11.01 | - |
| YUV | 112.7 | 111.24 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 128 | 83 | 0.27 | 0 | 0.35 | 0.50 | 105.33 | 0.21 | 0.41 |
| Hex | 5E | 80 | 53 | 1B | 0 | 23 | 32 | 69 | 15 | 29 |
| Octal | 136 | 200 | 123 | 33 | 0 | 43 | 62 | 151 | 25 | 51 |
| Binary | 1011110 | 10000000 | 1010011 | 11011 | 0 | 100011 | 110010 | 1101001 | 10101 | 101001 |
Color Harmonies of #5E8053
Complementary color
Monochromatic Colors of #5E8053
Black with #5E8053
Text Example
Text Example
White with #5E8053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8053; }
p { color: rgb(94,128,83); }
H1.HeaderClassName
{
color: #5E8053;
}
.AnyTagClassName
{
color: #5E8053;
}
</style>
background-color css
<style>
a { background-color: #5E8053; }
a { background-color: rgb(94,128,83); }
div.DivClassName
{
background-color: #5E8053;
}
.BgClassName
{
background-color: #5E8053;
}
</style>
border-color css
<style>
span { border-color: #5E8053; }
span { border-color: rgb(94,128,83); }
td.TdClassName
{
border-color: #5E8053;
}
.TagClassName
{
border-color: #5E8053;
}
</style>