Shades of Lunar Green #50544A
Tints of Lunar Green #50544A
RGB
CMYK
RGB Variations
Color information
#50544A (or 0x50544A) is known color: Lunar Green. HEX triplet: 50, 54 and 4A. RGB value is (80,84,74). Sum of RGB (Red+Green+Blue) = 80+84+74=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 84 - color contains mainly: green. Hex color #50544A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50544A is #AFABB5. Grayscale: #515151. Windows color (decimal): -11512758 or 4871248. OLE color: 4871248.
HSL color Cylindrical-coordinate representation of color #50544A: hue angle of 84º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #50544A is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 84 | 74 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.67 |
| HSL | 84º | 0.06% | 0.31% | - |
| HSV(B) | 84º | 0.12% | 0.33% | - |
| XYZ | 7.71 | 8.54 | 7.72 | - |
| YUV | 81.66 | 123.67 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 84 | 74 | 0.05 | 0 | 0.12 | 0.67 | 84 | 0.06 | 0.31 |
| Hex | 50 | 54 | 4A | 5 | 0 | C | 43 | 54 | 6 | 1F |
| Octal | 120 | 124 | 112 | 5 | 0 | 14 | 103 | 124 | 6 | 37 |
| Binary | 1010000 | 1010100 | 1001010 | 101 | 0 | 1100 | 1000011 | 1010100 | 110 | 11111 |
Color Harmonies of #50544A
Complementary color
Monochromatic Colors of #50544A
Black with #50544A
Text Example
Text Example
White with #50544A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50544A; }
p { color: rgb(80,84,74); }
H1.HeaderClassName
{
color: #50544A;
}
.AnyTagClassName
{
color: #50544A;
}
</style>
background-color css
<style>
a { background-color: #50544A; }
a { background-color: rgb(80,84,74); }
div.DivClassName
{
background-color: #50544A;
}
.BgClassName
{
background-color: #50544A;
}
</style>
border-color css
<style>
span { border-color: #50544A; }
span { border-color: rgb(80,84,74); }
td.TdClassName
{
border-color: #50544A;
}
.TagClassName
{
border-color: #50544A;
}
</style>