Shades of Lunar Green #4E5346
Tints of Lunar Green #4E5346
RGB
CMYK
RGB Variations
Color information
#4E5346 (or 0x4E5346) is known color: Lunar Green. HEX triplet: 4E, 53 and 46. RGB value is (78,83,70). Sum of RGB (Red+Green+Blue) = 78+83+70=231 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.77% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 83 - color contains mainly: green. Hex color #4E5346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5346 is #B1ACB9. Grayscale: #505050. Windows color (decimal): -11644090 or 4608846. OLE color: 4608846.
HSL color Cylindrical-coordinate representation of color #4E5346: hue angle of 83.08º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4E5346 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 83 | 70 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.67 |
| HSL | 83.08º | 0.08% | 0.3% | - |
| HSV(B) | 83.08º | 0.16% | 0.33% | - |
| XYZ | 7.34 | 8.25 | 7 | - |
| YUV | 80.02 | 122.34 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 83 | 70 | 0.06 | 0 | 0.16 | 0.67 | 83.08 | 0.08 | 0.3 |
| Hex | 4E | 53 | 46 | 6 | 0 | 10 | 43 | 53 | 8 | 1E |
| Octal | 116 | 123 | 106 | 6 | 0 | 20 | 103 | 123 | 10 | 36 |
| Binary | 1001110 | 1010011 | 1000110 | 110 | 0 | 10000 | 1000011 | 1010011 | 1000 | 11110 |
Color Harmonies of #4E5346
Complementary color
Monochromatic Colors of #4E5346
Black with #4E5346
Text Example
Text Example
White with #4E5346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5346; }
p { color: rgb(78,83,70); }
H1.HeaderClassName
{
color: #4E5346;
}
.AnyTagClassName
{
color: #4E5346;
}
</style>
background-color css
<style>
a { background-color: #4E5346; }
a { background-color: rgb(78,83,70); }
div.DivClassName
{
background-color: #4E5346;
}
.BgClassName
{
background-color: #4E5346;
}
</style>
border-color css
<style>
span { border-color: #4E5346; }
span { border-color: rgb(78,83,70); }
td.TdClassName
{
border-color: #4E5346;
}
.TagClassName
{
border-color: #4E5346;
}
</style>