Shades of Lunar Green #4D5B3B
Tints of Lunar Green #4D5B3B
RGB
CMYK
RGB Variations
Color information
#4D5B3B (or 0x4D5B3B) is known color: Lunar Green. HEX triplet: 4D, 5B and 3B. RGB value is (77,91,59). Sum of RGB (Red+Green+Blue) = 77+91+59=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 91 - color contains mainly: green. Hex color #4D5B3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5B3B is #B2A4C4. Grayscale: #535353. Windows color (decimal): -11707589 or 3889997. OLE color: 3889997.
HSL color Cylindrical-coordinate representation of color #4D5B3B: hue angle of 86.25º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D5B3B is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 91 | 59 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.64 |
| HSL | 86.25º | 0.21% | 0.29% | - |
| HSV(B) | 86.25º | 0.35% | 0.36% | - |
| XYZ | 7.59 | 9.38 | 5.55 | - |
| YUV | 83.17 | 114.36 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 91 | 59 | 0.15 | 0 | 0.35 | 0.64 | 86.25 | 0.21 | 0.29 |
| Hex | 4D | 5B | 3B | F | 0 | 23 | 40 | 56 | 15 | 1D |
| Octal | 115 | 133 | 73 | 17 | 0 | 43 | 100 | 126 | 25 | 35 |
| Binary | 1001101 | 1011011 | 111011 | 1111 | 0 | 100011 | 1000000 | 1010110 | 10101 | 11101 |
Color Harmonies of #4D5B3B
Complementary color
Monochromatic Colors of #4D5B3B
Black with #4D5B3B
Text Example
Text Example
White with #4D5B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5B3B; }
p { color: rgb(77,91,59); }
H1.HeaderClassName
{
color: #4D5B3B;
}
.AnyTagClassName
{
color: #4D5B3B;
}
</style>
background-color css
<style>
a { background-color: #4D5B3B; }
a { background-color: rgb(77,91,59); }
div.DivClassName
{
background-color: #4D5B3B;
}
.BgClassName
{
background-color: #4D5B3B;
}
</style>
border-color css
<style>
span { border-color: #4D5B3B; }
span { border-color: rgb(77,91,59); }
td.TdClassName
{
border-color: #4D5B3B;
}
.TagClassName
{
border-color: #4D5B3B;
}
</style>