Shades of Glade Green #5E7C51
Tints of Glade Green #5E7C51
RGB
CMYK
RGB Variations
Color information
#5E7C51 (or 0x5E7C51) is known color: Glade Green. HEX triplet: 5E, 7C and 51. RGB value is (94,124,81). Sum of RGB (Red+Green+Blue) = 94+124+81=299 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.44% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 81 (32.03% from 255 or 27.09% from 299); Max value from RGB is 124 - color contains mainly: green. Hex color #5E7C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7C51 is #A183AE. Grayscale: #6E6E6E. Windows color (decimal): -10585007 or 5340254. OLE color: 5340254.
HSL color Cylindrical-coordinate representation of color #5E7C51: hue angle of 101.86º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E7C51 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 124 | 81 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.51 |
| HSL | 101.86º | 0.21% | 0.4% | - |
| HSV(B) | 101.86º | 0.35% | 0.49% | - |
| XYZ | 13.31 | 17.39 | 10.44 | - |
| YUV | 110.13 | 111.56 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 124 | 81 | 0.24 | 0 | 0.35 | 0.51 | 101.86 | 0.21 | 0.4 |
| Hex | 5E | 7C | 51 | 18 | 0 | 23 | 33 | 66 | 15 | 28 |
| Octal | 136 | 174 | 121 | 30 | 0 | 43 | 63 | 146 | 25 | 50 |
| Binary | 1011110 | 1111100 | 1010001 | 11000 | 0 | 100011 | 110011 | 1100110 | 10101 | 101000 |
Color Harmonies of #5E7C51
Complementary color
Monochromatic Colors of #5E7C51
Black with #5E7C51
Text Example
Text Example
White with #5E7C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7C51; }
p { color: rgb(94,124,81); }
H1.HeaderClassName
{
color: #5E7C51;
}
.AnyTagClassName
{
color: #5E7C51;
}
</style>
background-color css
<style>
a { background-color: #5E7C51; }
a { background-color: rgb(94,124,81); }
div.DivClassName
{
background-color: #5E7C51;
}
.BgClassName
{
background-color: #5E7C51;
}
</style>
border-color css
<style>
span { border-color: #5E7C51; }
span { border-color: rgb(94,124,81); }
td.TdClassName
{
border-color: #5E7C51;
}
.TagClassName
{
border-color: #5E7C51;
}
</style>