Shades of Lunar Green #505B3F
Tints of Lunar Green #505B3F
RGB
CMYK
RGB Variations
Color information
#505B3F (or 0x505B3F) is known color: Lunar Green. HEX triplet: 50, 5B and 3F. RGB value is (80,91,63). Sum of RGB (Red+Green+Blue) = 80+91+63=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 91 - color contains mainly: green. Hex color #505B3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505B3F is #AFA4C0. Grayscale: #545454. Windows color (decimal): -11510977 or 4152144. OLE color: 4152144.
HSL color Cylindrical-coordinate representation of color #505B3F: hue angle of 83.57º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #505B3F is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 91 | 63 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.64 |
| HSL | 83.57º | 0.18% | 0.3% | - |
| HSV(B) | 83.57º | 0.31% | 0.36% | - |
| XYZ | 7.95 | 9.55 | 6.13 | - |
| YUV | 84.52 | 115.86 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 91 | 63 | 0.12 | 0 | 0.31 | 0.64 | 83.57 | 0.18 | 0.3 |
| Hex | 50 | 5B | 3F | C | 0 | 1F | 40 | 54 | 12 | 1E |
| Octal | 120 | 133 | 77 | 14 | 0 | 37 | 100 | 124 | 22 | 36 |
| Binary | 1010000 | 1011011 | 111111 | 1100 | 0 | 11111 | 1000000 | 1010100 | 10010 | 11110 |
Color Harmonies of #505B3F
Complementary color
Monochromatic Colors of #505B3F
Black with #505B3F
Text Example
Text Example
White with #505B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505B3F; }
p { color: rgb(80,91,63); }
H1.HeaderClassName
{
color: #505B3F;
}
.AnyTagClassName
{
color: #505B3F;
}
</style>
background-color css
<style>
a { background-color: #505B3F; }
a { background-color: rgb(80,91,63); }
div.DivClassName
{
background-color: #505B3F;
}
.BgClassName
{
background-color: #505B3F;
}
</style>
border-color css
<style>
span { border-color: #505B3F; }
span { border-color: rgb(80,91,63); }
td.TdClassName
{
border-color: #505B3F;
}
.TagClassName
{
border-color: #505B3F;
}
</style>