Color Hex Logo

#49a64e Color Hex

#49A64E
(73,166,78)
0 Favorites   0 Comments

Color spaces of #49a64e

RGB 7316678
HSL0.340.390.47
HSV123°56°65°
CMYK 0.560.000.53   0.35
XYZ17.759029.239011.9154
Yxy29.23900.30140.4963
Hunter Lab54.0731-36.003924.7862
CIE-Lab60.9920-46.017437.0813

#49a64e color RGB value is (73,166,78).

#49a64e hex color red value is 73, green value is 166 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #49a64e hue: 0.34 , saturation: 0.39 and the lightness value of 49a64e is 0.47.

The process color (four color CMYK) of #49a64e color hex is 0.56, 0.00, 0.53, 0.35. Web safe color of #49a64e is #339966. Color #49a64e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10100110 01001110
Octal 111 246 116
Decimal 73 166 78
Hex 49 A6 4E

RGB Percentages of Color #49a64e

%23.03
%52.37
%24.61

CMYK Percentages of Color #49a64e

%56
%0
%53
%35

Triadic Colors of #49a64e

#49a64e #4e49a6 #a64e49

Analogous Colors of #49a64e

#49a64e #49a67d #73a649

Monochromatic Colors of #49a64e

#49a64e

Complementary Color

#49a64e #a649a1

#49a64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49a64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49a64e Color CSS Codes

.mybgcolor {background-color:#49a64e; } 
.myforecolor {color:#49a64e; }
.mybordercolor {border:3px solid #49a64e; }

#49a64e Text Font Color

<p style="color:#49a64e">Text here</p>

This sample text font color is #49a64e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#49a64e Background Color

<div style="background-color:#49a64e">
Div content here</div>

This div background color is #49a64e


#49a64e Border Color

<div style="border:3px solid #49a64e">
Div here</div>

This div border color is #49a64e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,166,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49a64e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49a64e;
  -webkit-box-shadow: 1px 1px 3px 2px #49a64e;
  box-shadow:         1px 1px 3px 2px #49a64e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,166,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #49a64e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #49a64e;
  -webkit-box-shadow: 1px 1px 3px 2px #49a64e;
  box-shadow:         1px 1px 3px 2px #49a64e;">
Div content here</div>

This div box has shadow with color #49a64e


Comments

No comments written yet.

Please login to write comment.