Shades of Lunar Green #4D5A38
Tints of Lunar Green #4D5A38
RGB
CMYK
RGB Variations
Color information
#4D5A38 (or 0x4D5A38) is known color: Lunar Green. HEX triplet: 4D, 5A and 38. RGB value is (77,90,56). Sum of RGB (Red+Green+Blue) = 77+90+56=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 56 (22.27% from 255 or 25.11% from 223); Max value from RGB is 90 - color contains mainly: green. Hex color #4D5A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5A38 is #B2A5C7. Grayscale: #525252. Windows color (decimal): -11707848 or 3693133. OLE color: 3693133.
HSL color Cylindrical-coordinate representation of color #4D5A38: hue angle of 82.94º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D5A38 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 90 | 56 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.65 |
| HSL | 82.94º | 0.23% | 0.29% | - |
| HSV(B) | 82.94º | 0.38% | 0.35% | - |
| XYZ | 7.43 | 9.18 | 5.12 | - |
| YUV | 82.24 | 113.19 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 90 | 56 | 0.14 | 0 | 0.38 | 0.65 | 82.94 | 0.23 | 0.29 |
| Hex | 4D | 5A | 38 | E | 0 | 26 | 41 | 53 | 17 | 1D |
| Octal | 115 | 132 | 70 | 16 | 0 | 46 | 101 | 123 | 27 | 35 |
| Binary | 1001101 | 1011010 | 111000 | 1110 | 0 | 100110 | 1000001 | 1010011 | 10111 | 11101 |
Color Harmonies of #4D5A38
Complementary color
Monochromatic Colors of #4D5A38
Black with #4D5A38
Text Example
Text Example
White with #4D5A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5A38; }
p { color: rgb(77,90,56); }
H1.HeaderClassName
{
color: #4D5A38;
}
.AnyTagClassName
{
color: #4D5A38;
}
</style>
background-color css
<style>
a { background-color: #4D5A38; }
a { background-color: rgb(77,90,56); }
div.DivClassName
{
background-color: #4D5A38;
}
.BgClassName
{
background-color: #4D5A38;
}
</style>
border-color css
<style>
span { border-color: #4D5A38; }
span { border-color: rgb(77,90,56); }
td.TdClassName
{
border-color: #4D5A38;
}
.TagClassName
{
border-color: #4D5A38;
}
</style>