Color Hex Logo

#41957a Color Hex

#41957A
(65,149,122)
0 Favorites   0 Comments

Color spaces of #41957a

RGB 65149122
HSL0.450.390.42
HSV161°56°58°
CMYK 0.560.000.18   0.42
XYZ16.440324.023922.1829
Yxy24.02390.26240.3835
Hunter Lab49.0142-25.90257.4764
CIE-Lab56.1117-32.23966.6469

#41957a color RGB value is (65,149,122).

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

The process color (four color CMYK) of #41957a color hex is 0.56, 0.00, 0.18, 0.42. Web safe color of #41957a is #339966. Color #41957a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10010101 01111010
Octal 101 225 172
Decimal 65 149 122
Hex 41 95 7A

RGB Percentages of Color #41957a

%19.35
%44.35
%36.31

CMYK Percentages of Color #41957a

%56
%0
%18
%42

Triadic Colors of #41957a

#41957a #7a4195 #957a41

Analogous Colors of #41957a

#41957a #418695 #419550

Monochromatic Colors of #41957a

#41957a

Complementary Color

#41957a #95415c

#41957a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41957a Color Preview on White Background

Lorem ipsum dolor sit amet.

#41957a Color CSS Codes

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

#41957a Text Font Color

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

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


#41957a Background Color

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

This div background color is #41957a


#41957a Border Color

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

This div border color is #41957a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,149,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 #41957a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41957a


Comments

No comments written yet.

Please login to write comment.