Shades of Lunar Green #4E553F
Tints of Lunar Green #4E553F
RGB
CMYK
RGB Variations
Color information
#4E553F (or 0x4E553F) is known color: Lunar Green. HEX triplet: 4E, 55 and 3F. RGB value is (78,85,63). Sum of RGB (Red+Green+Blue) = 78+85+63=226 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.51% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 85 - color contains mainly: green. Hex color #4E553F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E553F is #B1AAC0. Grayscale: #505050. Windows color (decimal): -11643585 or 4150606. OLE color: 4150606.
HSL color Cylindrical-coordinate representation of color #4E553F: hue angle of 79.09º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E553F is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 85 | 63 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.67 |
| HSL | 79.09º | 0.15% | 0.29% | - |
| HSV(B) | 79.09º | 0.26% | 0.33% | - |
| XYZ | 7.29 | 8.48 | 5.95 | - |
| YUV | 80.4 | 118.18 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 85 | 63 | 0.08 | 0 | 0.26 | 0.67 | 79.09 | 0.15 | 0.29 |
| Hex | 4E | 55 | 3F | 8 | 0 | 1A | 43 | 4F | F | 1D |
| Octal | 116 | 125 | 77 | 10 | 0 | 32 | 103 | 117 | 17 | 35 |
| Binary | 1001110 | 1010101 | 111111 | 1000 | 0 | 11010 | 1000011 | 1001111 | 1111 | 11101 |
Color Harmonies of #4E553F
Complementary color
Monochromatic Colors of #4E553F
Black with #4E553F
Text Example
Text Example
White with #4E553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E553F; }
p { color: rgb(78,85,63); }
H1.HeaderClassName
{
color: #4E553F;
}
.AnyTagClassName
{
color: #4E553F;
}
</style>
background-color css
<style>
a { background-color: #4E553F; }
a { background-color: rgb(78,85,63); }
div.DivClassName
{
background-color: #4E553F;
}
.BgClassName
{
background-color: #4E553F;
}
</style>
border-color css
<style>
span { border-color: #4E553F; }
span { border-color: rgb(78,85,63); }
td.TdClassName
{
border-color: #4E553F;
}
.TagClassName
{
border-color: #4E553F;
}
</style>