#4E5340

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

Shades of Lunar Green #4E5340

Tints of Lunar Green #4E5340

Color information

#4E5340 (or 0x4E5340) is unknown color: approx Lunar Green. HEX triplet: 4E, 53 and 40. RGB value is (78,83,64). Sum of RGB (Red+Green+Blue) = 78+83+64=225 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.67% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 83 - color contains mainly: green. Hex color #4E5340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5340 is #B1ACBF. Grayscale: #4F4F4F. Windows color (decimal): -11644096 or 4215630. OLE color: 4215630.

HSL color Cylindrical-coordinate representation of color #4E5340: hue angle of 75.79º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4E5340 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB788364-
CMYK0.0600.230.67
HSL75.79º12.93%28.82%-
HSV(B)75.79º22.89%32.55%-
XYZ7.168.186.05-
YUV79.34119.34127.04-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.67%
GREEN value IS 83 (32.81% from 255) = 36.89%
BLUE value IS 64 (25.39% from 255) = 28.44%
R=34.67%
G=36.89%
B=28.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7883640.0600.230.6775.7912.9328.82
Hex4E53406017434cd1d
Octal11612310060271031141535
Binary10011101010011100000011001011110000111001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,83,64); }

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

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

 a { background-color: rgb(78,83,64); }

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

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

 span { border-color: rgb(78,83,64); }

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