Shades of Lunar Green #505349
Tints of Lunar Green #505349
RGB
CMYK
RGB Variations
Color information
#505349 (or 0x505349) is known color: Lunar Green. HEX triplet: 50, 53 and 49. RGB value is (80,83,73). Sum of RGB (Red+Green+Blue) = 80+83+73=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 83 - color contains mainly: green. Hex color #505349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505349 is #AFACB6. Grayscale: #515151. Windows color (decimal): -11513015 or 4805456. OLE color: 4805456.
HSL color Cylindrical-coordinate representation of color #505349: hue angle of 78º 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 #505349 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 83 | 73 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.67 |
| HSL | 78º | 0.06% | 0.31% | - |
| HSV(B) | 78º | 0.12% | 0.33% | - |
| XYZ | 7.6 | 8.37 | 7.52 | - |
| YUV | 80.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 83 | 73 | 0.04 | 0 | 0.12 | 0.67 | 78 | 0.06 | 0.31 |
| Hex | 50 | 53 | 49 | 4 | 0 | C | 43 | 4E | 6 | 1F |
| Octal | 120 | 123 | 111 | 4 | 0 | 14 | 103 | 116 | 6 | 37 |
| Binary | 1010000 | 1010011 | 1001001 | 100 | 0 | 1100 | 1000011 | 1001110 | 110 | 11111 |
Color Harmonies of #505349
Complementary color
Monochromatic Colors of #505349
Black with #505349
Text Example
Text Example
White with #505349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505349; }
p { color: rgb(80,83,73); }
H1.HeaderClassName
{
color: #505349;
}
.AnyTagClassName
{
color: #505349;
}
</style>
background-color css
<style>
a { background-color: #505349; }
a { background-color: rgb(80,83,73); }
div.DivClassName
{
background-color: #505349;
}
.BgClassName
{
background-color: #505349;
}
</style>
border-color css
<style>
span { border-color: #505349; }
span { border-color: rgb(80,83,73); }
td.TdClassName
{
border-color: #505349;
}
.TagClassName
{
border-color: #505349;
}
</style>