Shades of Lunar Green #4D5440
Tints of Lunar Green #4D5440
RGB
CMYK
RGB Variations
Color information
#4D5440 (or 0x4D5440) is known color: Lunar Green. HEX triplet: 4D, 54 and 40. RGB value is (77,84,64). Sum of RGB (Red+Green+Blue) = 77+84+64=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 84 - color contains mainly: green. Hex color #4D5440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5440 is #B2ABBF. Grayscale: #4F4F4F. Windows color (decimal): -11709376 or 4215885. OLE color: 4215885.
HSL color Cylindrical-coordinate representation of color #4D5440: hue angle of 81º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4D5440 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 84 | 64 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.67 |
| HSL | 81º | 0.14% | 0.29% | - |
| HSV(B) | 81º | 0.24% | 0.33% | - |
| XYZ | 7.16 | 8.29 | 6.07 | - |
| YUV | 79.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 64 | 0.08 | 0 | 0.24 | 0.67 | 81 | 0.14 | 0.29 |
| Hex | 4D | 54 | 40 | 8 | 0 | 18 | 43 | 51 | E | 1D |
| Octal | 115 | 124 | 100 | 10 | 0 | 30 | 103 | 121 | 16 | 35 |
| Binary | 1001101 | 1010100 | 1000000 | 1000 | 0 | 11000 | 1000011 | 1010001 | 1110 | 11101 |
Color Harmonies of #4D5440
Complementary color
Monochromatic Colors of #4D5440
Black with #4D5440
Text Example
Text Example
White with #4D5440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5440; }
p { color: rgb(77,84,64); }
H1.HeaderClassName
{
color: #4D5440;
}
.AnyTagClassName
{
color: #4D5440;
}
</style>
background-color css
<style>
a { background-color: #4D5440; }
a { background-color: rgb(77,84,64); }
div.DivClassName
{
background-color: #4D5440;
}
.BgClassName
{
background-color: #4D5440;
}
</style>
border-color css
<style>
span { border-color: #4D5440; }
span { border-color: rgb(77,84,64); }
td.TdClassName
{
border-color: #4D5440;
}
.TagClassName
{
border-color: #4D5440;
}
</style>