Shades of Lunar Green #4D533C
Tints of Lunar Green #4D533C
RGB
CMYK
RGB Variations
Color information
#4D533C (or 0x4D533C) is known color: Lunar Green. HEX triplet: 4D, 53 and 3C. RGB value is (77,83,60). Sum of RGB (Red+Green+Blue) = 77+83+60=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 83 - color contains mainly: green. Hex color #4D533C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D533C is #B2ACC3. Grayscale: #4E4E4E. Windows color (decimal): -11709636 or 3953485. OLE color: 3953485.
HSL color Cylindrical-coordinate representation of color #4D533C: hue angle of 75.65º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4D533C is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 83 | 60 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.67 |
| HSL | 75.65º | 0.16% | 0.28% | - |
| HSV(B) | 75.65º | 0.28% | 0.33% | - |
| XYZ | 6.97 | 8.09 | 5.47 | - |
| YUV | 78.58 | 117.51 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 83 | 60 | 0.07 | 0 | 0.28 | 0.67 | 75.65 | 0.16 | 0.28 |
| Hex | 4D | 53 | 3C | 7 | 0 | 1C | 43 | 4C | 10 | 1C |
| Octal | 115 | 123 | 74 | 7 | 0 | 34 | 103 | 114 | 20 | 34 |
| Binary | 1001101 | 1010011 | 111100 | 111 | 0 | 11100 | 1000011 | 1001100 | 10000 | 11100 |
Color Harmonies of #4D533C
Complementary color
Monochromatic Colors of #4D533C
Black with #4D533C
Text Example
Text Example
White with #4D533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D533C; }
p { color: rgb(77,83,60); }
H1.HeaderClassName
{
color: #4D533C;
}
.AnyTagClassName
{
color: #4D533C;
}
</style>
background-color css
<style>
a { background-color: #4D533C; }
a { background-color: rgb(77,83,60); }
div.DivClassName
{
background-color: #4D533C;
}
.BgClassName
{
background-color: #4D533C;
}
</style>
border-color css
<style>
span { border-color: #4D533C; }
span { border-color: rgb(77,83,60); }
td.TdClassName
{
border-color: #4D533C;
}
.TagClassName
{
border-color: #4D533C;
}
</style>