Color Hex Logo

#3aa562 Color Hex

#3AA562
(58,165,98)
0 Favorites   0 Comments

Color spaces of #3aa562

RGB 5816598
HSL0.400.480.44
HSV142°65°65°
CMYK 0.650.000.41   0.35
XYZ17.404728.691616.1760
Yxy28.69160.27950.4607
Hunter Lab53.5645-35.738019.5901
CIE-Lab60.5085-45.847025.9857

#3aa562 color RGB value is (58,165,98).

#3aa562 hex color red value is 58, green value is 165 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #3aa562 hue: 0.40 , saturation: 0.48 and the lightness value of 3aa562 is 0.44.

The process color (four color CMYK) of #3aa562 color hex is 0.65, 0.00, 0.41, 0.35. Web safe color of #3aa562 is #339966. Color #3aa562 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10100101 01100010
Octal 72 245 142
Decimal 58 165 98
Hex 3A A5 62

RGB Percentages of Color #3aa562

%18.07
%51.40
%30.53

CMYK Percentages of Color #3aa562

%65
%0
%41
%35

Triadic Colors of #3aa562

#3aa562 #623aa5 #a5623a

Analogous Colors of #3aa562

#3aa562 #3aa598 #47a53a

Monochromatic Colors of #3aa562

#3aa562

Complementary Color

#3aa562 #a53a7d

#3aa562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aa562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aa562 Color CSS Codes

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

#3aa562 Text Font Color

<p style="color:#3aa562">Text here</p>

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


#3aa562 Background Color

<div style="background-color:#3aa562">
Div content here</div>

This div background color is #3aa562


#3aa562 Border Color

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

This div border color is #3aa562


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,165,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 #3aa562">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aa562


Comments

No comments written yet.

Please login to write comment.