Shades of Glade Green #5E7A51
Tints of Glade Green #5E7A51
RGB
CMYK
RGB Variations
Color information
#5E7A51 (or 0x5E7A51) is known color: Glade Green. HEX triplet: 5E, 7A and 51. RGB value is (94,122,81). Sum of RGB (Red+Green+Blue) = 94+122+81=297 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.65% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 122 - color contains mainly: green. Hex color #5E7A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7A51 is #A185AE. Grayscale: #6D6D6D. Windows color (decimal): -10585519 or 5339742. OLE color: 5339742.
HSL color Cylindrical-coordinate representation of color #5E7A51: hue angle of 100.98º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E7A51 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
RGB | 94 | 122 | 81 | - |
CMYK | 0.23 | 0 | 0.34 | 0.52 |
HSL | 100.98º | 0.2% | 0.4% | - |
HSV(B) | 100.98º | 0.34% | 0.48% | - |
XYZ | 13.06 | 16.89 | 10.36 | - |
YUV | 108.95 | 112.22 | 117.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 122 | 81 | 0.23 | 0 | 0.34 | 0.52 | 100.98 | 0.2 | 0.4 |
Hex | 5E | 7A | 51 | 17 | 0 | 22 | 34 | 65 | 14 | 28 |
Octal | 136 | 172 | 121 | 27 | 0 | 42 | 64 | 145 | 24 | 50 |
Binary | 1011110 | 1111010 | 1010001 | 10111 | 0 | 100010 | 110100 | 1100101 | 10100 | 101000 |
Color Harmonies of #5E7A51
Complementary color
Monochromatic Colors of #5E7A51
Black with #5E7A51
Text Example
Text Example
White with #5E7A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7A51; }
p { color: rgb(94,122,81); }
H1.HeaderClassName
{
color: #5E7A51;
}
.AnyTagClassName
{
color: #5E7A51;
}
</style>
background-color css
<style>
a { background-color: #5E7A51; }
a { background-color: rgb(94,122,81); }
div.DivClassName
{
background-color: #5E7A51;
}
.BgClassName
{
background-color: #5E7A51;
}
</style>
border-color css
<style>
span { border-color: #5E7A51; }
span { border-color: rgb(94,122,81); }
td.TdClassName
{
border-color: #5E7A51;
}
.TagClassName
{
border-color: #5E7A51;
}
</style>