Shades of Lunar Green #4D543C
Tints of Lunar Green #4D543C
RGB
CMYK
RGB Variations
Color information
#4D543C (or 0x4D543C) is known color: Lunar Green. HEX triplet: 4D, 54 and 3C. RGB value is (77,84,60). Sum of RGB (Red+Green+Blue) = 77+84+60=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 84 - color contains mainly: green. Hex color #4D543C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D543C is #B2ABC3. Grayscale: #4F4F4F. Windows color (decimal): -11709380 or 3953741. OLE color: 3953741.
HSL color Cylindrical-coordinate representation of color #4D543C: hue angle of 77.5º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D543C is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 84 | 60 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.67 |
| HSL | 77.5º | 0.17% | 0.28% | - |
| HSV(B) | 77.5º | 0.29% | 0.33% | - |
| XYZ | 7.05 | 8.24 | 5.49 | - |
| YUV | 79.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 60 | 0.08 | 0 | 0.29 | 0.67 | 77.5 | 0.17 | 0.28 |
| Hex | 4D | 54 | 3C | 8 | 0 | 1D | 43 | 4E | 11 | 1C |
| Octal | 115 | 124 | 74 | 10 | 0 | 35 | 103 | 116 | 21 | 34 |
| Binary | 1001101 | 1010100 | 111100 | 1000 | 0 | 11101 | 1000011 | 1001110 | 10001 | 11100 |
Color Harmonies of #4D543C
Complementary color
Monochromatic Colors of #4D543C
Black with #4D543C
Text Example
Text Example
White with #4D543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D543C; }
p { color: rgb(77,84,60); }
H1.HeaderClassName
{
color: #4D543C;
}
.AnyTagClassName
{
color: #4D543C;
}
</style>
background-color css
<style>
a { background-color: #4D543C; }
a { background-color: rgb(77,84,60); }
div.DivClassName
{
background-color: #4D543C;
}
.BgClassName
{
background-color: #4D543C;
}
</style>
border-color css
<style>
span { border-color: #4D543C; }
span { border-color: rgb(77,84,60); }
td.TdClassName
{
border-color: #4D543C;
}
.TagClassName
{
border-color: #4D543C;
}
</style>