Shades of Lunar Green #4D543B
Tints of Lunar Green #4D543B
RGB
CMYK
RGB Variations
Color information
#4D543B (or 0x4D543B) is known color: Lunar Green. HEX triplet: 4D, 54 and 3B. RGB value is (77,84,59). Sum of RGB (Red+Green+Blue) = 77+84+59=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 84 - color contains mainly: green. Hex color #4D543B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D543B is #B2ABC4. Grayscale: #4F4F4F. Windows color (decimal): -11709381 or 3888205. OLE color: 3888205.
HSL color Cylindrical-coordinate representation of color #4D543B: hue angle of 76.8º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4D543B is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 84 | 59 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.67 |
| HSL | 76.8º | 0.17% | 0.28% | - |
| HSV(B) | 76.8º | 0.3% | 0.33% | - |
| XYZ | 7.02 | 8.23 | 5.36 | - |
| YUV | 79.06 | 116.68 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 59 | 0.08 | 0 | 0.30 | 0.67 | 76.8 | 0.17 | 0.28 |
| Hex | 4D | 54 | 3B | 8 | 0 | 1E | 43 | 4D | 11 | 1C |
| Octal | 115 | 124 | 73 | 10 | 0 | 36 | 103 | 115 | 21 | 34 |
| Binary | 1001101 | 1010100 | 111011 | 1000 | 0 | 11110 | 1000011 | 1001101 | 10001 | 11100 |
Color Harmonies of #4D543B
Complementary color
Monochromatic Colors of #4D543B
Black with #4D543B
Text Example
Text Example
White with #4D543B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D543B; }
p { color: rgb(77,84,59); }
H1.HeaderClassName
{
color: #4D543B;
}
.AnyTagClassName
{
color: #4D543B;
}
</style>
background-color css
<style>
a { background-color: #4D543B; }
a { background-color: rgb(77,84,59); }
div.DivClassName
{
background-color: #4D543B;
}
.BgClassName
{
background-color: #4D543B;
}
</style>
border-color css
<style>
span { border-color: #4D543B; }
span { border-color: rgb(77,84,59); }
td.TdClassName
{
border-color: #4D543B;
}
.TagClassName
{
border-color: #4D543B;
}
</style>