Shades of Lunar Green #4D553B
Tints of Lunar Green #4D553B
RGB
CMYK
RGB Variations
Color information
#4D553B (or 0x4D553B) is known color: Lunar Green. HEX triplet: 4D, 55 and 3B. RGB value is (77,85,59). Sum of RGB (Red+Green+Blue) = 77+85+59=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 85 - color contains mainly: green. Hex color #4D553B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D553B is #B2AAC4. Grayscale: #4F4F4F. Windows color (decimal): -11709125 or 3888461. OLE color: 3888461.
HSL color Cylindrical-coordinate representation of color #4D553B: hue angle of 78.46º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D553B is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 85 | 59 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.67 |
| HSL | 78.46º | 0.18% | 0.28% | - |
| HSV(B) | 78.46º | 0.31% | 0.33% | - |
| XYZ | 7.1 | 8.39 | 5.38 | - |
| YUV | 79.64 | 116.35 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 59 | 0.09 | 0 | 0.31 | 0.67 | 78.46 | 0.18 | 0.28 |
| Hex | 4D | 55 | 3B | 9 | 0 | 1F | 43 | 4E | 12 | 1C |
| Octal | 115 | 125 | 73 | 11 | 0 | 37 | 103 | 116 | 22 | 34 |
| Binary | 1001101 | 1010101 | 111011 | 1001 | 0 | 11111 | 1000011 | 1001110 | 10010 | 11100 |
Color Harmonies of #4D553B
Complementary color
Monochromatic Colors of #4D553B
Black with #4D553B
Text Example
Text Example
White with #4D553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D553B; }
p { color: rgb(77,85,59); }
H1.HeaderClassName
{
color: #4D553B;
}
.AnyTagClassName
{
color: #4D553B;
}
</style>
background-color css
<style>
a { background-color: #4D553B; }
a { background-color: rgb(77,85,59); }
div.DivClassName
{
background-color: #4D553B;
}
.BgClassName
{
background-color: #4D553B;
}
</style>
border-color css
<style>
span { border-color: #4D553B; }
span { border-color: rgb(77,85,59); }
td.TdClassName
{
border-color: #4D553B;
}
.TagClassName
{
border-color: #4D553B;
}
</style>