Shades of Lunar Green #50573C
Tints of Lunar Green #50573C
RGB
CMYK
RGB Variations
Color information
#50573C (or 0x50573C) is known color: Lunar Green. HEX triplet: 50, 57 and 3C. RGB value is (80,87,60). Sum of RGB (Red+Green+Blue) = 80+87+60=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 87 - color contains mainly: green. Hex color #50573C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50573C is #AFA8C3. Grayscale: #515151. Windows color (decimal): -11512004 or 3954512. OLE color: 3954512.
HSL color Cylindrical-coordinate representation of color #50573C: hue angle of 75.56º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #50573C is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 87 | 60 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.66 |
| HSL | 75.56º | 0.18% | 0.29% | - |
| HSV(B) | 75.56º | 0.31% | 0.34% | - |
| XYZ | 7.53 | 8.85 | 5.59 | - |
| YUV | 81.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 87 | 60 | 0.08 | 0 | 0.31 | 0.66 | 75.56 | 0.18 | 0.29 |
| Hex | 50 | 57 | 3C | 8 | 0 | 1F | 42 | 4C | 12 | 1D |
| Octal | 120 | 127 | 74 | 10 | 0 | 37 | 102 | 114 | 22 | 35 |
| Binary | 1010000 | 1010111 | 111100 | 1000 | 0 | 11111 | 1000010 | 1001100 | 10010 | 11101 |
Color Harmonies of #50573C
Complementary color
Monochromatic Colors of #50573C
Black with #50573C
Text Example
Text Example
White with #50573C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50573C; }
p { color: rgb(80,87,60); }
H1.HeaderClassName
{
color: #50573C;
}
.AnyTagClassName
{
color: #50573C;
}
</style>
background-color css
<style>
a { background-color: #50573C; }
a { background-color: rgb(80,87,60); }
div.DivClassName
{
background-color: #50573C;
}
.BgClassName
{
background-color: #50573C;
}
</style>
border-color css
<style>
span { border-color: #50573C; }
span { border-color: rgb(80,87,60); }
td.TdClassName
{
border-color: #50573C;
}
.TagClassName
{
border-color: #50573C;
}
</style>