Color Hex Logo

#4aaf62 Color Hex

#4AAF62
(74,175,98)
0 Favorites   0 Comments

Color spaces of #4aaf62

RGB 7417598
HSL0.370.410.49
HSV134°58°69°
CMYK 0.580.000.44   0.31
XYZ20.358632.997616.8514
Yxy32.99760.29000.4700
Hunter Lab57.4435-37.263922.8174
CIE-Lab64.1590-46.350730.8255

#4aaf62 color RGB value is (74,175,98).

#4aaf62 hex color red value is 74, green value is 175 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #4aaf62 hue: 0.37 , saturation: 0.41 and the lightness value of 4aaf62 is 0.49.

The process color (four color CMYK) of #4aaf62 color hex is 0.58, 0.00, 0.44, 0.31. Web safe color of #4aaf62 is #339966. Color #4aaf62 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101111 01100010
Octal 112 257 142
Decimal 74 175 98
Hex 4A AF 62

RGB Percentages of Color #4aaf62

%21.33
%50.43
%28.24

CMYK Percentages of Color #4aaf62

%58
%0
%44
%31

Triadic Colors of #4aaf62

#4aaf62 #624aaf #af624a

Analogous Colors of #4aaf62

#4aaf62 #4aaf95 #65af4a

Monochromatic Colors of #4aaf62

#4aaf62

Complementary Color

#4aaf62 #af4a97

#4aaf62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aaf62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aaf62 Color CSS Codes

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

#4aaf62 Text Font Color

<p style="color:#4aaf62">Text here</p>

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


#4aaf62 Background Color

<div style="background-color:#4aaf62">
Div content here</div>

This div background color is #4aaf62


#4aaf62 Border Color

<div style="border:3px solid #4aaf62">
Div here</div>

This div border color is #4aaf62


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,175,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4aaf62; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4aaf62;
  -webkit-box-shadow: 1px 1px 3px 2px #4aaf62;
  box-shadow:         1px 1px 3px 2px #4aaf62; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,175,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aaf62


Comments

No comments written yet.

Please login to write comment.