Shades of Lunar Green #505842
Tints of Lunar Green #505842
RGB
CMYK
RGB Variations
Color information
#505842 (or 0x505842) is known color: Lunar Green. HEX triplet: 50, 58 and 42. RGB value is (80,88,66). Sum of RGB (Red+Green+Blue) = 80+88+66=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 88 - color contains mainly: green. Hex color #505842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505842 is #AFA7BD. Grayscale: #535353. Windows color (decimal): -11511742 or 4347984. OLE color: 4347984.
HSL color Cylindrical-coordinate representation of color #505842: hue angle of 81.82º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #505842 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 88 | 66 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.65 |
| HSL | 81.82º | 0.14% | 0.3% | - |
| HSV(B) | 81.82º | 0.25% | 0.35% | - |
| XYZ | 7.78 | 9.08 | 6.5 | - |
| YUV | 83.1 | 118.35 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 88 | 66 | 0.09 | 0 | 0.25 | 0.65 | 81.82 | 0.14 | 0.3 |
| Hex | 50 | 58 | 42 | 9 | 0 | 19 | 41 | 52 | E | 1E |
| Octal | 120 | 130 | 102 | 11 | 0 | 31 | 101 | 122 | 16 | 36 |
| Binary | 1010000 | 1011000 | 1000010 | 1001 | 0 | 11001 | 1000001 | 1010010 | 1110 | 11110 |
Color Harmonies of #505842
Complementary color
Monochromatic Colors of #505842
Black with #505842
Text Example
Text Example
White with #505842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505842; }
p { color: rgb(80,88,66); }
H1.HeaderClassName
{
color: #505842;
}
.AnyTagClassName
{
color: #505842;
}
</style>
background-color css
<style>
a { background-color: #505842; }
a { background-color: rgb(80,88,66); }
div.DivClassName
{
background-color: #505842;
}
.BgClassName
{
background-color: #505842;
}
</style>
border-color css
<style>
span { border-color: #505842; }
span { border-color: rgb(80,88,66); }
td.TdClassName
{
border-color: #505842;
}
.TagClassName
{
border-color: #505842;
}
</style>