#4E5341

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

Shades of Lunar Green #4E5341

Tints of Lunar Green #4E5341

Color information

#4E5341 (or 0x4E5341) is unknown color: approx Lunar Green. HEX triplet: 4E, 53 and 41. RGB value is (78,83,65). Sum of RGB (Red+Green+Blue) = 78+83+65=226 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.51% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 83 - color contains mainly: green. Hex color #4E5341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5341 is #B1ACBE. Grayscale: #4F4F4F. Windows color (decimal): -11644095 or 4281166. OLE color: 4281166.

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

Color convert

RGB788365-
CMYK0.0600.220.67
HSL76.67º12.16%29.02%-
HSV(B)76.67º21.69%32.55%-
XYZ7.198.196.2-
YUV79.45119.84126.96-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.51%
GREEN value IS 83 (32.81% from 255) = 36.73%
BLUE value IS 65 (25.78% from 255) = 28.76%
R=34.51%
G=36.73%
B=28.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7883650.0600.220.6776.6712.1629.02
Hex4E53416016434dc1d
Octal11612310160261031151435
Binary10011101010011100000111001011010000111001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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