Shades of Lunar Green #505C3D
Tints of Lunar Green #505C3D
RGB
CMYK
RGB Variations
Color information
#505C3D (or 0x505C3D) is known color: Lunar Green. HEX triplet: 50, 5C and 3D. RGB value is (80,92,61). Sum of RGB (Red+Green+Blue) = 80+92+61=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 92 - color contains mainly: green. Hex color #505C3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505C3D is #AFA3C2. Grayscale: #545454. Windows color (decimal): -11510723 or 4021328. OLE color: 4021328.
HSL color Cylindrical-coordinate representation of color #505C3D: hue angle of 83.23º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #505C3D is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 92 | 61 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.64 |
| HSL | 83.23º | 0.2% | 0.3% | - |
| HSV(B) | 83.23º | 0.34% | 0.36% | - |
| XYZ | 7.98 | 9.7 | 5.87 | - |
| YUV | 84.88 | 114.52 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 92 | 61 | 0.13 | 0 | 0.34 | 0.64 | 83.23 | 0.2 | 0.3 |
| Hex | 50 | 5C | 3D | D | 0 | 22 | 40 | 53 | 14 | 1E |
| Octal | 120 | 134 | 75 | 15 | 0 | 42 | 100 | 123 | 24 | 36 |
| Binary | 1010000 | 1011100 | 111101 | 1101 | 0 | 100010 | 1000000 | 1010011 | 10100 | 11110 |
Color Harmonies of #505C3D
Complementary color
Monochromatic Colors of #505C3D
Black with #505C3D
Text Example
Text Example
White with #505C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505C3D; }
p { color: rgb(80,92,61); }
H1.HeaderClassName
{
color: #505C3D;
}
.AnyTagClassName
{
color: #505C3D;
}
</style>
background-color css
<style>
a { background-color: #505C3D; }
a { background-color: rgb(80,92,61); }
div.DivClassName
{
background-color: #505C3D;
}
.BgClassName
{
background-color: #505C3D;
}
</style>
border-color css
<style>
span { border-color: #505C3D; }
span { border-color: rgb(80,92,61); }
td.TdClassName
{
border-color: #505C3D;
}
.TagClassName
{
border-color: #505C3D;
}
</style>