Color Hex Logo

#40917a Color Hex

#40917A
(64,145,122)
0 Favorites   0 Comments

Color spaces of #40917a

RGB 64145122
HSL0.450.390.41
HSV163°56°57°
CMYK 0.560.000.16   0.43
XYZ15.752622.745921.9725
Yxy22.74590.26050.3761
Hunter Lab47.6927-24.50476.0694
CIE-Lab54.8096-30.56714.7752

#40917a color RGB value is (64,145,122).

#40917a hex color red value is 64, green value is 145 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #40917a hue: 0.45 , saturation: 0.39 and the lightness value of 40917a is 0.41.

The process color (four color CMYK) of #40917a color hex is 0.56, 0.00, 0.16, 0.43. Web safe color of #40917a is #339966. Color #40917a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10010001 01111010
Octal 100 221 172
Decimal 64 145 122
Hex 40 91 7A

RGB Percentages of Color #40917a

%19.34
%43.81
%36.86

CMYK Percentages of Color #40917a

%56
%0
%16
%43

Triadic Colors of #40917a

#40917a #7a4091 #917a40

Analogous Colors of #40917a

#40917a #408091 #409152

Monochromatic Colors of #40917a

#40917a

Complementary Color

#40917a #914057

#40917a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40917a Color Preview on White Background

Lorem ipsum dolor sit amet.

#40917a Color CSS Codes

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

#40917a Text Font Color

<p style="color:#40917a">Text here</p>

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


#40917a Background Color

<div style="background-color:#40917a">
Div content here</div>

This div background color is #40917a


#40917a Border Color

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

This div border color is #40917a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,145,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40917a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40917a;
  -webkit-box-shadow: 1px 1px 3px 2px #40917a;
  box-shadow:         1px 1px 3px 2px #40917a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40917a


Comments

No comments written yet.

Please login to write comment.