Shades of Lunar Green #4D553D
Tints of Lunar Green #4D553D
RGB
CMYK
RGB Variations
Color information
#4D553D (or 0x4D553D) is known color: Lunar Green. HEX triplet: 4D, 55 and 3D. RGB value is (77,85,61). Sum of RGB (Red+Green+Blue) = 77+85+61=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 85 - color contains mainly: green. Hex color #4D553D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D553D is #B2AAC2. Grayscale: #4F4F4F. Windows color (decimal): -11709123 or 4019533. OLE color: 4019533.
HSL color Cylindrical-coordinate representation of color #4D553D: hue angle of 80º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4D553D is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 85 | 61 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.67 |
| HSL | 80º | 0.16% | 0.29% | - |
| HSV(B) | 80º | 0.28% | 0.33% | - |
| XYZ | 7.15 | 8.41 | 5.66 | - |
| YUV | 79.87 | 117.35 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 61 | 0.09 | 0 | 0.28 | 0.67 | 80 | 0.16 | 0.29 |
| Hex | 4D | 55 | 3D | 9 | 0 | 1C | 43 | 50 | 10 | 1D |
| Octal | 115 | 125 | 75 | 11 | 0 | 34 | 103 | 120 | 20 | 35 |
| Binary | 1001101 | 1010101 | 111101 | 1001 | 0 | 11100 | 1000011 | 1010000 | 10000 | 11101 |
Color Harmonies of #4D553D
Complementary color
Monochromatic Colors of #4D553D
Black with #4D553D
Text Example
Text Example
White with #4D553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D553D; }
p { color: rgb(77,85,61); }
H1.HeaderClassName
{
color: #4D553D;
}
.AnyTagClassName
{
color: #4D553D;
}
</style>
background-color css
<style>
a { background-color: #4D553D; }
a { background-color: rgb(77,85,61); }
div.DivClassName
{
background-color: #4D553D;
}
.BgClassName
{
background-color: #4D553D;
}
</style>
border-color css
<style>
span { border-color: #4D553D; }
span { border-color: rgb(77,85,61); }
td.TdClassName
{
border-color: #4D553D;
}
.TagClassName
{
border-color: #4D553D;
}
</style>