Shades of Lunar Green #50573B
Tints of Lunar Green #50573B
RGB
CMYK
RGB Variations
Color information
#50573B (or 0x50573B) is known color: Lunar Green. HEX triplet: 50, 57 and 3B. RGB value is (80,87,59). Sum of RGB (Red+Green+Blue) = 80+87+59=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 87 - color contains mainly: green. Hex color #50573B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50573B is #AFA8C4. Grayscale: #515151. Windows color (decimal): -11512005 or 3888976. OLE color: 3888976.
HSL color Cylindrical-coordinate representation of color #50573B: hue angle of 75º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #50573B is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 87 | 59 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.66 |
| HSL | 75º | 0.19% | 0.29% | - |
| HSV(B) | 75º | 0.32% | 0.34% | - |
| XYZ | 7.51 | 8.84 | 5.45 | - |
| YUV | 81.72 | 115.18 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 87 | 59 | 0.08 | 0 | 0.32 | 0.66 | 75 | 0.19 | 0.29 |
| Hex | 50 | 57 | 3B | 8 | 0 | 20 | 42 | 4B | 13 | 1D |
| Octal | 120 | 127 | 73 | 10 | 0 | 40 | 102 | 113 | 23 | 35 |
| Binary | 1010000 | 1010111 | 111011 | 1000 | 0 | 100000 | 1000010 | 1001011 | 10011 | 11101 |
Color Harmonies of #50573B
Complementary color
Monochromatic Colors of #50573B
Black with #50573B
Text Example
Text Example
White with #50573B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50573B; }
p { color: rgb(80,87,59); }
H1.HeaderClassName
{
color: #50573B;
}
.AnyTagClassName
{
color: #50573B;
}
</style>
background-color css
<style>
a { background-color: #50573B; }
a { background-color: rgb(80,87,59); }
div.DivClassName
{
background-color: #50573B;
}
.BgClassName
{
background-color: #50573B;
}
</style>
border-color css
<style>
span { border-color: #50573B; }
span { border-color: rgb(80,87,59); }
td.TdClassName
{
border-color: #50573B;
}
.TagClassName
{
border-color: #50573B;
}
</style>