Shades of Glade Green #5E864D
Tints of Glade Green #5E864D
RGB
CMYK
RGB Variations
Color information
#5E864D (or 0x5E864D) is known color: Glade Green. HEX triplet: 5E, 86 and 4D. RGB value is (94,134,77). Sum of RGB (Red+Green+Blue) = 94+134+77=305 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.82% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 134 - color contains mainly: green. Hex color #5E864D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E864D is #A179B2. Grayscale: #737373. Windows color (decimal): -10582451 or 5080670. OLE color: 5080670.
HSL color Cylindrical-coordinate representation of color #5E864D: hue angle of 102.11º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E864D is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 134 | 77 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.47 |
| HSL | 102.11º | 0.27% | 0.41% | - |
| HSV(B) | 102.11º | 0.43% | 0.53% | - |
| XYZ | 14.48 | 19.97 | 10.11 | - |
| YUV | 115.54 | 106.25 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 134 | 77 | 0.30 | 0 | 0.43 | 0.47 | 102.11 | 0.27 | 0.41 |
| Hex | 5E | 86 | 4D | 1E | 0 | 2B | 2F | 66 | 1B | 29 |
| Octal | 136 | 206 | 115 | 36 | 0 | 53 | 57 | 146 | 33 | 51 |
| Binary | 1011110 | 10000110 | 1001101 | 11110 | 0 | 101011 | 101111 | 1100110 | 11011 | 101001 |
Color Harmonies of #5E864D
Complementary color
Monochromatic Colors of #5E864D
Black with #5E864D
Text Example
Text Example
White with #5E864D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E864D; }
p { color: rgb(94,134,77); }
H1.HeaderClassName
{
color: #5E864D;
}
.AnyTagClassName
{
color: #5E864D;
}
</style>
background-color css
<style>
a { background-color: #5E864D; }
a { background-color: rgb(94,134,77); }
div.DivClassName
{
background-color: #5E864D;
}
.BgClassName
{
background-color: #5E864D;
}
</style>
border-color css
<style>
span { border-color: #5E864D; }
span { border-color: rgb(94,134,77); }
td.TdClassName
{
border-color: #5E864D;
}
.TagClassName
{
border-color: #5E864D;
}
</style>