Shades of Lunar Green #505936
Tints of Lunar Green #505936
RGB
CMYK
RGB Variations
Color information
#505936 (or 0x505936) is known color: Lunar Green. HEX triplet: 50, 59 and 36. RGB value is (80,89,54). Sum of RGB (Red+Green+Blue) = 80+89+54=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 89 - color contains mainly: green. Hex color #505936 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505936 is #AFA6C9. Grayscale: #525252. Windows color (decimal): -11511498 or 3561808. OLE color: 3561808.
HSL color Cylindrical-coordinate representation of color #505936: hue angle of 75.43º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #505936 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 89 | 54 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.65 |
| HSL | 75.43º | 0.24% | 0.28% | - |
| HSV(B) | 75.43º | 0.39% | 0.35% | - |
| XYZ | 7.55 | 9.12 | 4.85 | - |
| YUV | 82.32 | 112.02 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 89 | 54 | 0.10 | 0 | 0.39 | 0.65 | 75.43 | 0.24 | 0.28 |
| Hex | 50 | 59 | 36 | A | 0 | 27 | 41 | 4B | 18 | 1C |
| Octal | 120 | 131 | 66 | 12 | 0 | 47 | 101 | 113 | 30 | 34 |
| Binary | 1010000 | 1011001 | 110110 | 1010 | 0 | 100111 | 1000001 | 1001011 | 11000 | 11100 |
Color Harmonies of #505936
Complementary color
Monochromatic Colors of #505936
Black with #505936
Text Example
Text Example
White with #505936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505936; }
p { color: rgb(80,89,54); }
H1.HeaderClassName
{
color: #505936;
}
.AnyTagClassName
{
color: #505936;
}
</style>
background-color css
<style>
a { background-color: #505936; }
a { background-color: rgb(80,89,54); }
div.DivClassName
{
background-color: #505936;
}
.BgClassName
{
background-color: #505936;
}
</style>
border-color css
<style>
span { border-color: #505936; }
span { border-color: rgb(80,89,54); }
td.TdClassName
{
border-color: #505936;
}
.TagClassName
{
border-color: #505936;
}
</style>