Shades of Lunar Green #4D573D
Tints of Lunar Green #4D573D
RGB
CMYK
RGB Variations
Color information
#4D573D (or 0x4D573D) is known color: Lunar Green. HEX triplet: 4D, 57 and 3D. RGB value is (77,87,61). Sum of RGB (Red+Green+Blue) = 77+87+61=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 87 - color contains mainly: green. Hex color #4D573D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D573D is #B2A8C2. Grayscale: #515151. Windows color (decimal): -11708611 or 4020045. OLE color: 4020045.
HSL color Cylindrical-coordinate representation of color #4D573D: hue angle of 83.08º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4D573D is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 77 | 87 | 61 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.66 |
| HSL | 83.08º | 0.18% | 0.29% | - |
| HSV(B) | 83.08º | 0.3% | 0.34% | - |
| XYZ | 7.31 | 8.73 | 5.71 | - |
| YUV | 81.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 87 | 61 | 0.11 | 0 | 0.30 | 0.66 | 83.08 | 0.18 | 0.29 |
| Hex | 4D | 57 | 3D | B | 0 | 1E | 42 | 53 | 12 | 1D |
| Octal | 115 | 127 | 75 | 13 | 0 | 36 | 102 | 123 | 22 | 35 |
| Binary | 1001101 | 1010111 | 111101 | 1011 | 0 | 11110 | 1000010 | 1010011 | 10010 | 11101 |
Color Harmonies of #4D573D
Complementary color
Monochromatic Colors of #4D573D
Black with #4D573D
Text Example
Text Example
White with #4D573D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D573D; }
p { color: rgb(77,87,61); }
H1.HeaderClassName
{
color: #4D573D;
}
.AnyTagClassName
{
color: #4D573D;
}
</style>
background-color css
<style>
a { background-color: #4D573D; }
a { background-color: rgb(77,87,61); }
div.DivClassName
{
background-color: #4D573D;
}
.BgClassName
{
background-color: #4D573D;
}
</style>
border-color css
<style>
span { border-color: #4D573D; }
span { border-color: rgb(77,87,61); }
td.TdClassName
{
border-color: #4D573D;
}
.TagClassName
{
border-color: #4D573D;
}
</style>