Shades of Lunar Green #505D36
Tints of Lunar Green #505D36
RGB
CMYK
RGB Variations
Color information
#505D36 (or 0x505D36) is known color: Lunar Green. HEX triplet: 50, 5D and 36. RGB value is (80,93,54). Sum of RGB (Red+Green+Blue) = 80+93+54=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 93 (36.72% from 255 or 40.97% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 93 - color contains mainly: green. Hex color #505D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505D36 is #AFA2C9. Grayscale: #545454. Windows color (decimal): -11510474 or 3562832. OLE color: 3562832.
HSL color Cylindrical-coordinate representation of color #505D36: hue angle of 80º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #505D36 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 93 | 54 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.64 |
| HSL | 80º | 0.27% | 0.29% | - |
| HSV(B) | 80º | 0.42% | 0.36% | - |
| XYZ | 7.89 | 9.8 | 4.97 | - |
| YUV | 84.67 | 110.69 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 93 | 54 | 0.14 | 0 | 0.42 | 0.64 | 80 | 0.27 | 0.29 |
| Hex | 50 | 5D | 36 | E | 0 | 2A | 40 | 50 | 1B | 1D |
| Octal | 120 | 135 | 66 | 16 | 0 | 52 | 100 | 120 | 33 | 35 |
| Binary | 1010000 | 1011101 | 110110 | 1110 | 0 | 101010 | 1000000 | 1010000 | 11011 | 11101 |
Color Harmonies of #505D36
Complementary color
Monochromatic Colors of #505D36
Black with #505D36
Text Example
Text Example
White with #505D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505D36; }
p { color: rgb(80,93,54); }
H1.HeaderClassName
{
color: #505D36;
}
.AnyTagClassName
{
color: #505D36;
}
</style>
background-color css
<style>
a { background-color: #505D36; }
a { background-color: rgb(80,93,54); }
div.DivClassName
{
background-color: #505D36;
}
.BgClassName
{
background-color: #505D36;
}
</style>
border-color css
<style>
span { border-color: #505D36; }
span { border-color: rgb(80,93,54); }
td.TdClassName
{
border-color: #505D36;
}
.TagClassName
{
border-color: #505D36;
}
</style>