Shades of Lunar Green #4D5241
Tints of Lunar Green #4D5241
RGB
CMYK
RGB Variations
Color information
#4D5241 (or 0x4D5241) is known color: Lunar Green. HEX triplet: 4D, 52 and 41. RGB value is (77,82,65). Sum of RGB (Red+Green+Blue) = 77+82+65=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 82 - color contains mainly: green. Hex color #4D5241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5241 is #B2ADBE. Grayscale: #4E4E4E. Windows color (decimal): -11709887 or 4280909. OLE color: 4280909.
HSL color Cylindrical-coordinate representation of color #4D5241: hue angle of 77.65º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4D5241 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 82 | 65 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.68 |
| HSL | 77.65º | 0.12% | 0.29% | - |
| HSV(B) | 77.65º | 0.21% | 0.32% | - |
| XYZ | 7.03 | 7.99 | 6.17 | - |
| YUV | 78.57 | 120.34 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 82 | 65 | 0.06 | 0 | 0.21 | 0.68 | 77.65 | 0.12 | 0.29 |
| Hex | 4D | 52 | 41 | 6 | 0 | 15 | 44 | 4E | C | 1D |
| Octal | 115 | 122 | 101 | 6 | 0 | 25 | 104 | 116 | 14 | 35 |
| Binary | 1001101 | 1010010 | 1000001 | 110 | 0 | 10101 | 1000100 | 1001110 | 1100 | 11101 |
Color Harmonies of #4D5241
Complementary color
Monochromatic Colors of #4D5241
Black with #4D5241
Text Example
Text Example
White with #4D5241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5241; }
p { color: rgb(77,82,65); }
H1.HeaderClassName
{
color: #4D5241;
}
.AnyTagClassName
{
color: #4D5241;
}
</style>
background-color css
<style>
a { background-color: #4D5241; }
a { background-color: rgb(77,82,65); }
div.DivClassName
{
background-color: #4D5241;
}
.BgClassName
{
background-color: #4D5241;
}
</style>
border-color css
<style>
span { border-color: #4D5241; }
span { border-color: rgb(77,82,65); }
td.TdClassName
{
border-color: #4D5241;
}
.TagClassName
{
border-color: #4D5241;
}
</style>