Shades of Lunar Green #4D533D
Tints of Lunar Green #4D533D
RGB
CMYK
RGB Variations
Color information
#4D533D (or 0x4D533D) is known color: Lunar Green. HEX triplet: 4D, 53 and 3D. RGB value is (77,83,61). Sum of RGB (Red+Green+Blue) = 77+83+61=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 83 - color contains mainly: green. Hex color #4D533D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D533D is #B2ACC2. Grayscale: #4E4E4E. Windows color (decimal): -11709635 or 4019021. OLE color: 4019021.
HSL color Cylindrical-coordinate representation of color #4D533D: hue angle of 76.36º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4D533D is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 83 | 61 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.67 |
| HSL | 76.36º | 0.15% | 0.28% | - |
| HSV(B) | 76.36º | 0.27% | 0.33% | - |
| XYZ | 7 | 8.1 | 5.61 | - |
| YUV | 78.7 | 118.01 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 83 | 61 | 0.07 | 0 | 0.27 | 0.67 | 76.36 | 0.15 | 0.28 |
| Hex | 4D | 53 | 3D | 7 | 0 | 1B | 43 | 4C | F | 1C |
| Octal | 115 | 123 | 75 | 7 | 0 | 33 | 103 | 114 | 17 | 34 |
| Binary | 1001101 | 1010011 | 111101 | 111 | 0 | 11011 | 1000011 | 1001100 | 1111 | 11100 |
Color Harmonies of #4D533D
Complementary color
Monochromatic Colors of #4D533D
Black with #4D533D
Text Example
Text Example
White with #4D533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D533D; }
p { color: rgb(77,83,61); }
H1.HeaderClassName
{
color: #4D533D;
}
.AnyTagClassName
{
color: #4D533D;
}
</style>
background-color css
<style>
a { background-color: #4D533D; }
a { background-color: rgb(77,83,61); }
div.DivClassName
{
background-color: #4D533D;
}
.BgClassName
{
background-color: #4D533D;
}
</style>
border-color css
<style>
span { border-color: #4D533D; }
span { border-color: rgb(77,83,61); }
td.TdClassName
{
border-color: #4D533D;
}
.TagClassName
{
border-color: #4D533D;
}
</style>