Color Hex Logo

#41914e Color Hex

#41914E
(65,145,78)
0 Favorites   0 Comments

Color spaces of #41914e

RGB 6514578
HSL0.360.380.41
HSV130°55°57°
CMYK 0.550.000.46   0.43
XYZ13.680521.924710.7186
Yxy21.92470.29530.4733
Hunter Lab46.8238-29.789419.2044
CIE-Lab53.9470-39.461628.2513

#41914e color RGB value is (65,145,78).

#41914e hex color red value is 65, green value is 145 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #41914e hue: 0.36 , saturation: 0.38 and the lightness value of 41914e is 0.41.

The process color (four color CMYK) of #41914e color hex is 0.55, 0.00, 0.46, 0.43. Web safe color of #41914e is #339966. Color #41914e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10010001 01001110
Octal 101 221 116
Decimal 65 145 78
Hex 41 91 4E

RGB Percentages of Color #41914e

%22.57
%50.35
%27.08

CMYK Percentages of Color #41914e

%55
%0
%46
%43

Triadic Colors of #41914e

#41914e #4e4191 #914e41

Analogous Colors of #41914e

#41914e #419176 #5c9141

Monochromatic Colors of #41914e

#41914e

Complementary Color

#41914e #914184

#41914e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41914e Color Preview on White Background

Lorem ipsum dolor sit amet.

#41914e Color CSS Codes

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

#41914e Text Font Color

<p style="color:#41914e">Text here</p>

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


#41914e Background Color

<div style="background-color:#41914e">
Div content here</div>

This div background color is #41914e


#41914e Border Color

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

This div border color is #41914e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,145,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41914e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41914e;
  -webkit-box-shadow: 1px 1px 3px 2px #41914e;
  box-shadow:         1px 1px 3px 2px #41914e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41914e


Comments

No comments written yet.

Please login to write comment.