Color Hex Logo

#40a559 Color Hex

#40A559
(64,165,89)
0 Favorites   0 Comments

Color spaces of #40a559

RGB 6416589
HSL0.370.440.45
HSV135°61°65°
CMYK 0.610.000.46   0.35
XYZ17.372728.721514.0794
Yxy28.72150.28870.4773
Hunter Lab53.5924-35.923621.9385
CIE-Lab60.5350-46.135630.8212

#40a559 color RGB value is (64,165,89).

#40a559 hex color red value is 64, green value is 165 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #40a559 hue: 0.37 , saturation: 0.44 and the lightness value of 40a559 is 0.45.

The process color (four color CMYK) of #40a559 color hex is 0.61, 0.00, 0.46, 0.35. Web safe color of #40a559 is #339966. Color #40a559 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10100101 01011001
Octal 100 245 131
Decimal 64 165 89
Hex 40 A5 59

RGB Percentages of Color #40a559

%20.13
%51.89
%27.99

CMYK Percentages of Color #40a559

%61
%0
%46
%35

Triadic Colors of #40a559

#40a559 #5940a5 #a55940

Analogous Colors of #40a559

#40a559 #40a58c #5aa540

Monochromatic Colors of #40a559

#40a559

Complementary Color

#40a559 #a5408c

#40a559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40a559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#40a559 Color CSS Codes

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

#40a559 Text Font Color

<p style="color:#40a559">Text here</p>

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


#40a559 Background Color

<div style="background-color:#40a559">
Div content here</div>

This div background color is #40a559


#40a559 Border Color

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

This div border color is #40a559


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,165,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40a559; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40a559;
  -webkit-box-shadow: 1px 1px 3px 2px #40a559;
  box-shadow:         1px 1px 3px 2px #40a559; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,165,89, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40a559


Comments

No comments written yet.

Please login to write comment.