Shades of Lunar Green #4D5538
Tints of Lunar Green #4D5538
RGB
CMYK
RGB Variations
Color information
#4D5538 (or 0x4D5538) is known color: Lunar Green. HEX triplet: 4D, 55 and 38. RGB value is (77,85,56). Sum of RGB (Red+Green+Blue) = 77+85+56=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 85 - color contains mainly: green. Hex color #4D5538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5538 is #B2AAC7. Grayscale: #4F4F4F. Windows color (decimal): -11709128 or 3691853. OLE color: 3691853.
HSL color Cylindrical-coordinate representation of color #4D5538: hue angle of 76.55º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D5538 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 85 | 56 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.67 |
| HSL | 76.55º | 0.21% | 0.28% | - |
| HSV(B) | 76.55º | 0.34% | 0.33% | - |
| XYZ | 7.02 | 8.36 | 4.98 | - |
| YUV | 79.3 | 114.85 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 56 | 0.09 | 0 | 0.34 | 0.67 | 76.55 | 0.21 | 0.28 |
| Hex | 4D | 55 | 38 | 9 | 0 | 22 | 43 | 4D | 15 | 1C |
| Octal | 115 | 125 | 70 | 11 | 0 | 42 | 103 | 115 | 25 | 34 |
| Binary | 1001101 | 1010101 | 111000 | 1001 | 0 | 100010 | 1000011 | 1001101 | 10101 | 11100 |
Color Harmonies of #4D5538
Complementary color
Monochromatic Colors of #4D5538
Black with #4D5538
Text Example
Text Example
White with #4D5538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5538; }
p { color: rgb(77,85,56); }
H1.HeaderClassName
{
color: #4D5538;
}
.AnyTagClassName
{
color: #4D5538;
}
</style>
background-color css
<style>
a { background-color: #4D5538; }
a { background-color: rgb(77,85,56); }
div.DivClassName
{
background-color: #4D5538;
}
.BgClassName
{
background-color: #4D5538;
}
</style>
border-color css
<style>
span { border-color: #4D5538; }
span { border-color: rgb(77,85,56); }
td.TdClassName
{
border-color: #4D5538;
}
.TagClassName
{
border-color: #4D5538;
}
</style>