Shades of Lunar Green #505540
Tints of Lunar Green #505540
RGB
CMYK
RGB Variations
Color information
#505540 (or 0x505540) is known color: Lunar Green. HEX triplet: 50, 55 and 40. RGB value is (80,85,64). Sum of RGB (Red+Green+Blue) = 80+85+64=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 85 - color contains mainly: green. Hex color #505540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505540 is #AFAABF. Grayscale: #515151. Windows color (decimal): -11512512 or 4216144. OLE color: 4216144.
HSL color Cylindrical-coordinate representation of color #505540: hue angle of 74.29º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #505540 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 85 | 64 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.67 |
| HSL | 74.29º | 0.14% | 0.29% | - |
| HSV(B) | 74.29º | 0.25% | 0.33% | - |
| XYZ | 7.48 | 8.57 | 6.11 | - |
| YUV | 81.11 | 118.34 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 85 | 64 | 0.06 | 0 | 0.25 | 0.67 | 74.29 | 0.14 | 0.29 |
| Hex | 50 | 55 | 40 | 6 | 0 | 19 | 43 | 4A | E | 1D |
| Octal | 120 | 125 | 100 | 6 | 0 | 31 | 103 | 112 | 16 | 35 |
| Binary | 1010000 | 1010101 | 1000000 | 110 | 0 | 11001 | 1000011 | 1001010 | 1110 | 11101 |
Color Harmonies of #505540
Complementary color
Monochromatic Colors of #505540
Black with #505540
Text Example
Text Example
White with #505540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505540; }
p { color: rgb(80,85,64); }
H1.HeaderClassName
{
color: #505540;
}
.AnyTagClassName
{
color: #505540;
}
</style>
background-color css
<style>
a { background-color: #505540; }
a { background-color: rgb(80,85,64); }
div.DivClassName
{
background-color: #505540;
}
.BgClassName
{
background-color: #505540;
}
</style>
border-color css
<style>
span { border-color: #505540; }
span { border-color: rgb(80,85,64); }
td.TdClassName
{
border-color: #505540;
}
.TagClassName
{
border-color: #505540;
}
</style>