Shades of Glade Green #5E8151
Tints of Glade Green #5E8151
RGB
CMYK
RGB Variations
Color information
#5E8151 (or 0x5E8151) is known color: Glade Green. HEX triplet: 5E, 81 and 51. RGB value is (94,129,81). Sum of RGB (Red+Green+Blue) = 94+129+81=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 129 - color contains mainly: green. Hex color #5E8151 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8151 is #A17EAE. Grayscale: #717171. Windows color (decimal): -10583727 or 5341534. OLE color: 5341534.
HSL color Cylindrical-coordinate representation of color #5E8151: hue angle of 103.75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E8151 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 129 | 81 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.49 |
| HSL | 103.75º | 0.23% | 0.41% | - |
| HSV(B) | 103.75º | 0.37% | 0.51% | - |
| XYZ | 13.95 | 18.67 | 10.65 | - |
| YUV | 113.06 | 109.9 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 129 | 81 | 0.27 | 0 | 0.37 | 0.49 | 103.75 | 0.23 | 0.41 |
| Hex | 5E | 81 | 51 | 1B | 0 | 25 | 31 | 68 | 17 | 29 |
| Octal | 136 | 201 | 121 | 33 | 0 | 45 | 61 | 150 | 27 | 51 |
| Binary | 1011110 | 10000001 | 1010001 | 11011 | 0 | 100101 | 110001 | 1101000 | 10111 | 101001 |
Color Harmonies of #5E8151
Complementary color
Monochromatic Colors of #5E8151
Black with #5E8151
Text Example
Text Example
White with #5E8151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8151; }
p { color: rgb(94,129,81); }
H1.HeaderClassName
{
color: #5E8151;
}
.AnyTagClassName
{
color: #5E8151;
}
</style>
background-color css
<style>
a { background-color: #5E8151; }
a { background-color: rgb(94,129,81); }
div.DivClassName
{
background-color: #5E8151;
}
.BgClassName
{
background-color: #5E8151;
}
</style>
border-color css
<style>
span { border-color: #5E8151; }
span { border-color: rgb(94,129,81); }
td.TdClassName
{
border-color: #5E8151;
}
.TagClassName
{
border-color: #5E8151;
}
</style>