Color Hex Logo

#49ac4b Color Hex

#49AC4B
(73,172,75)
0 Favorites   0 Comments

Color spaces of #49ac4b

RGB 7317275
HSL0.340.400.48
HSV121°58°67°
CMYK 0.580.000.56   0.33
XYZ18.770231.429511.7338
Yxy31.42950.30310.5075
Hunter Lab56.0620-38.344726.8340
CIE-Lab62.8685-48.780540.8052

#49ac4b color RGB value is (73,172,75).

#49ac4b hex color red value is 73, green value is 172 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #49ac4b hue: 0.34 , saturation: 0.40 and the lightness value of 49ac4b is 0.48.

The process color (four color CMYK) of #49ac4b color hex is 0.58, 0.00, 0.56, 0.33. Web safe color of #49ac4b is #339933. Color #49ac4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101100 01001011
Octal 111 254 113
Decimal 73 172 75
Hex 49 AC 4B

RGB Percentages of Color #49ac4b

%22.81
%53.75
%23.44

CMYK Percentages of Color #49ac4b

%58
%0
%56
%33

Triadic Colors of #49ac4b

#49ac4b #4b49ac #ac4b49

Analogous Colors of #49ac4b

#49ac4b #49ac7d #79ac49

Monochromatic Colors of #49ac4b

#49ac4b

Complementary Color

#49ac4b #ac49aa

#49ac4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49ac4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#49ac4b Color CSS Codes

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

#49ac4b Text Font Color

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

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


#49ac4b Background Color

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

This div background color is #49ac4b


#49ac4b Border Color

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

This div border color is #49ac4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49ac4b


Comments

No comments written yet.

Please login to write comment.