Shades of Lunar Green #4D5146
Tints of Lunar Green #4D5146
RGB
CMYK
RGB Variations
Color information
#4D5146 (or 0x4D5146) is known color: Lunar Green. HEX triplet: 4D, 51 and 46. RGB value is (77,81,70). Sum of RGB (Red+Green+Blue) = 77+81+70=228 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.77% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 70 (27.73% from 255 or 30.70% from 228); Max value from RGB is 81 - color contains mainly: green. Hex color #4D5146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5146 is #B2AEB9. Grayscale: #4E4E4E. Windows color (decimal): -11710138 or 4608333. OLE color: 4608333.
HSL color Cylindrical-coordinate representation of color #4D5146: hue angle of 81.82º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4D5146 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 81 | 70 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.68 |
| HSL | 81.82º | 0.07% | 0.3% | - |
| HSV(B) | 81.82º | 0.14% | 0.32% | - |
| XYZ | 7.11 | 7.9 | 6.95 | - |
| YUV | 78.55 | 123.17 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 81 | 70 | 0.05 | 0 | 0.14 | 0.68 | 81.82 | 0.07 | 0.3 |
| Hex | 4D | 51 | 46 | 5 | 0 | E | 44 | 52 | 7 | 1E |
| Octal | 115 | 121 | 106 | 5 | 0 | 16 | 104 | 122 | 7 | 36 |
| Binary | 1001101 | 1010001 | 1000110 | 101 | 0 | 1110 | 1000100 | 1010010 | 111 | 11110 |
Color Harmonies of #4D5146
Complementary color
Monochromatic Colors of #4D5146
Black with #4D5146
Text Example
Text Example
White with #4D5146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5146; }
p { color: rgb(77,81,70); }
H1.HeaderClassName
{
color: #4D5146;
}
.AnyTagClassName
{
color: #4D5146;
}
</style>
background-color css
<style>
a { background-color: #4D5146; }
a { background-color: rgb(77,81,70); }
div.DivClassName
{
background-color: #4D5146;
}
.BgClassName
{
background-color: #4D5146;
}
</style>
border-color css
<style>
span { border-color: #4D5146; }
span { border-color: rgb(77,81,70); }
td.TdClassName
{
border-color: #4D5146;
}
.TagClassName
{
border-color: #4D5146;
}
</style>