Shades of Lunar Green #50514E
Tints of Lunar Green #50514E
RGB
CMYK
RGB Variations
Color information
#50514E (or 0x50514E) is known color: Lunar Green. HEX triplet: 50, 51 and 4E. RGB value is (80,81,78). Sum of RGB (Red+Green+Blue) = 80+81+78=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 81 - color contains mainly: green. Hex color #50514E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50514E is #AFAEB1. Grayscale: #505050. Windows color (decimal): -11513522 or 5132624. OLE color: 5132624.
HSL color Cylindrical-coordinate representation of color #50514E: hue angle of 80º degrees, saturation: 0.02, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #50514E is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 81 | 78 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.68 |
| HSL | 80º | 0.02% | 0.31% | - |
| HSV(B) | 80º | 0.04% | 0.32% | - |
| XYZ | 7.63 | 8.14 | 8.38 | - |
| YUV | 80.36 | 126.67 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 81 | 78 | 0.01 | 0 | 0.04 | 0.68 | 80 | 0.02 | 0.31 |
| Hex | 50 | 51 | 4E | 1 | 0 | 4 | 44 | 50 | 2 | 1F |
| Octal | 120 | 121 | 116 | 1 | 0 | 4 | 104 | 120 | 2 | 37 |
| Binary | 1010000 | 1010001 | 1001110 | 1 | 0 | 100 | 1000100 | 1010000 | 10 | 11111 |
Color Harmonies of #50514E
Complementary color
Monochromatic Colors of #50514E
Black with #50514E
Text Example
Text Example
White with #50514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50514E; }
p { color: rgb(80,81,78); }
H1.HeaderClassName
{
color: #50514E;
}
.AnyTagClassName
{
color: #50514E;
}
</style>
background-color css
<style>
a { background-color: #50514E; }
a { background-color: rgb(80,81,78); }
div.DivClassName
{
background-color: #50514E;
}
.BgClassName
{
background-color: #50514E;
}
</style>
border-color css
<style>
span { border-color: #50514E; }
span { border-color: rgb(80,81,78); }
td.TdClassName
{
border-color: #50514E;
}
.TagClassName
{
border-color: #50514E;
}
</style>