Color Hex Logo

#49a234 Color Hex

#49A234
(73,162,52)
0 Favorites   0 Comments

Color spaces of #49a234

RGB 7316252
HSL0.300.510.42
HSV109°68°64°
CMYK 0.550.000.68   0.36
XYZ16.287827.50517.6994
Yxy27.50510.31630.5342
Hunter Lab52.4453-36.343028.0075
CIE-Lab59.4390-47.445347.3627

#49a234 color RGB value is (73,162,52).

#49a234 hex color red value is 73, green value is 162 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #49a234 hue: 0.30 , saturation: 0.51 and the lightness value of 49a234 is 0.42.

The process color (four color CMYK) of #49a234 color hex is 0.55, 0.00, 0.68, 0.36. Web safe color of #49a234 is #339933. Color #49a234 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10100010 00110100
Octal 111 242 64
Decimal 73 162 52
Hex 49 A2 34

RGB Percentages of Color #49a234

%25.44
%56.45
%18.12

CMYK Percentages of Color #49a234

%55
%0
%68
%36

Triadic Colors of #49a234

#49a234 #3449a2 #a23449

Analogous Colors of #49a234

#49a234 #34a256 #80a234

Monochromatic Colors of #49a234

#49a234

Complementary Color

#49a234 #8d34a2

#49a234 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49a234 Color Preview on White Background

Lorem ipsum dolor sit amet.

#49a234 Color CSS Codes

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

#49a234 Text Font Color

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

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


#49a234 Background Color

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

This div background color is #49a234


#49a234 Border Color

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

This div border color is #49a234


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49a234


Comments

No comments written yet.

Please login to write comment.