Shades of Lunar Green #50524B
Tints of Lunar Green #50524B
RGB
CMYK
RGB Variations
Color information
#50524B (or 0x50524B) is known color: Lunar Green. HEX triplet: 50, 52 and 4B. RGB value is (80,82,75). Sum of RGB (Red+Green+Blue) = 80+82+75=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 82 - color contains mainly: green. Hex color #50524B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50524B is #AFADB4. Grayscale: #505050. Windows color (decimal): -11513269 or 4936272. OLE color: 4936272.
HSL color Cylindrical-coordinate representation of color #50524B: hue angle of 77.14º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #50524B is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 82 | 75 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.68 |
| HSL | 77.14º | 0.04% | 0.31% | - |
| HSV(B) | 77.14º | 0.09% | 0.32% | - |
| XYZ | 7.6 | 8.25 | 7.85 | - |
| YUV | 80.6 | 124.84 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 82 | 75 | 0.02 | 0 | 0.09 | 0.68 | 77.14 | 0.04 | 0.31 |
| Hex | 50 | 52 | 4B | 2 | 0 | 9 | 44 | 4D | 4 | 1F |
| Octal | 120 | 122 | 113 | 2 | 0 | 11 | 104 | 115 | 4 | 37 |
| Binary | 1010000 | 1010010 | 1001011 | 10 | 0 | 1001 | 1000100 | 1001101 | 100 | 11111 |
Color Harmonies of #50524B
Complementary color
Monochromatic Colors of #50524B
Black with #50524B
Text Example
Text Example
White with #50524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50524B; }
p { color: rgb(80,82,75); }
H1.HeaderClassName
{
color: #50524B;
}
.AnyTagClassName
{
color: #50524B;
}
</style>
background-color css
<style>
a { background-color: #50524B; }
a { background-color: rgb(80,82,75); }
div.DivClassName
{
background-color: #50524B;
}
.BgClassName
{
background-color: #50524B;
}
</style>
border-color css
<style>
span { border-color: #50524B; }
span { border-color: rgb(80,82,75); }
td.TdClassName
{
border-color: #50524B;
}
.TagClassName
{
border-color: #50524B;
}
</style>