Color Hex Logo

#49a805 Color Hex

#49A805
(73,168,5)
0 Favorites   0 Comments

Color spaces of #49a805

RGB 731685
HSL0.260.940.34
HSV95°97°66°
CMYK 0.570.000.97   0.34
XYZ16.777729.43274.9404
Yxy29.43270.32800.5754
Hunter Lab54.2519-39.738732.5771
CIE-Lab61.1616-52.113661.7032

#49a805 color RGB value is (73,168,5).

#49a805 hex color red value is 73, green value is 168 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #49a805 hue: 0.26 , saturation: 0.94 and the lightness value of 49a805 is 0.34.

The process color (four color CMYK) of #49a805 color hex is 0.57, 0.00, 0.97, 0.34. Web safe color of #49a805 is #339900. Color #49a805 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101000 00000101
Octal 111 250 5
Decimal 73 168 5
Hex 49 A8 5

RGB Percentages of Color #49a805

%29.67
%68.29
%2.03

CMYK Percentages of Color #49a805

%57
%0
%97
%34

Triadic Colors of #49a805

#49a805 #0549a8 #a80549

Analogous Colors of #49a805

#49a805 #05a812 #9ba805

Monochromatic Colors of #49a805

#49a805

Complementary Color

#49a805 #6405a8

#49a805 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49a805 Color Preview on White Background

Lorem ipsum dolor sit amet.

#49a805 Color CSS Codes

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

#49a805 Text Font Color

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

This sample text font color is #49a805
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.


#49a805 Background Color

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

This div background color is #49a805


#49a805 Border Color

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

This div border color is #49a805


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49a805


Comments

No comments written yet.

Please login to write comment.