Shades of Lunar Green #4D5245
Tints of Lunar Green #4D5245
RGB
CMYK
RGB Variations
Color information
#4D5245 (or 0x4D5245) is known color: Lunar Green. HEX triplet: 4D, 52 and 45. RGB value is (77,82,69). Sum of RGB (Red+Green+Blue) = 77+82+69=228 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.77% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 69 (27.34% from 255 or 30.26% from 228); Max value from RGB is 82 - color contains mainly: green. Hex color #4D5245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5245 is #B2ADBA. Grayscale: #4F4F4F. Windows color (decimal): -11709883 or 4543053. OLE color: 4543053.
HSL color Cylindrical-coordinate representation of color #4D5245: hue angle of 83.08º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4D5245 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 82 | 69 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.68 |
| HSL | 83.08º | 0.09% | 0.3% | - |
| HSV(B) | 83.08º | 0.16% | 0.32% | - |
| XYZ | 7.15 | 8.04 | 6.81 | - |
| YUV | 79.02 | 122.34 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 82 | 69 | 0.06 | 0 | 0.16 | 0.68 | 83.08 | 0.09 | 0.3 |
| Hex | 4D | 52 | 45 | 6 | 0 | 10 | 44 | 53 | 9 | 1E |
| Octal | 115 | 122 | 105 | 6 | 0 | 20 | 104 | 123 | 11 | 36 |
| Binary | 1001101 | 1010010 | 1000101 | 110 | 0 | 10000 | 1000100 | 1010011 | 1001 | 11110 |
Color Harmonies of #4D5245
Complementary color
Monochromatic Colors of #4D5245
Black with #4D5245
Text Example
Text Example
White with #4D5245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5245; }
p { color: rgb(77,82,69); }
H1.HeaderClassName
{
color: #4D5245;
}
.AnyTagClassName
{
color: #4D5245;
}
</style>
background-color css
<style>
a { background-color: #4D5245; }
a { background-color: rgb(77,82,69); }
div.DivClassName
{
background-color: #4D5245;
}
.BgClassName
{
background-color: #4D5245;
}
</style>
border-color css
<style>
span { border-color: #4D5245; }
span { border-color: rgb(77,82,69); }
td.TdClassName
{
border-color: #4D5245;
}
.TagClassName
{
border-color: #4D5245;
}
</style>