#4D5046

Color #4D5046 Lunar Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lunar Green #4D5046

Tints of Lunar Green #4D5046

Color information

#4D5046 (or 0x4D5046) is unknown color: approx Lunar Green. HEX triplet: 4D, 50 and 46. RGB value is (77,80,70). Sum of RGB (Red+Green+Blue) = 77+80+70=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 80 - color contains mainly: green. Hex color #4D5046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5046 is #B2AFB9. Grayscale: #4E4E4E. Windows color (decimal): -11710394 or 4608077. OLE color: 4608077.

HSL color Cylindrical-coordinate representation of color #4D5046: hue angle of 78º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4D5046 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB778070-
CMYK0.0400.120.69
HSL78º6.67%29.41%-
HSV(B)78º12.5%31.37%-
XYZ7.037.766.92-
YUV77.96123.51127.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 77 (30.47% from 255) = 33.92%
GREEN value IS 80 (31.64% from 255) = 35.24%
BLUE value IS 70 (27.73% from 255) = 30.84%
R=33.92%
G=35.24%
B=30.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7780700.0400.120.69786.6729.41
Hex4D504640C454e71d
Octal1151201064014105116735
Binary100110110100001000110100011001000101100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D5046; }

 p { color: rgb(77,80,70); }

 H1.HeaderClassName
 {
   color: #4D5046;
 }
 .AnyTagClassName
 {
   color: #4D5046;
 }
</style>
background-color css

<style>
 a { background-color: #4D5046; }

 a { background-color: rgb(77,80,70); }

 div.DivClassName
 {
   background-color: #4D5046;
 }
 .BgClassName
 {
   background-color: #4D5046;
 }
</style>
border-color css

<style>
 span { border-color: #4D5046; }

 span { border-color: rgb(77,80,70); }

 td.TdClassName
 {
   border-color: #4D5046;
 }
 .TagClassName
 {
   border-color: #4D5046;
 }
</style>