Color Hex Logo

#41964d Color Hex

#41964D
(65,150,77)
0 Favorites   0 Comments

Color spaces of #41964d

RGB 6515077
HSL0.360.400.42
HSV128°57°59°
CMYK 0.570.000.49   0.41
XYZ14.425923.472310.7915
Yxy23.47230.29630.4821
Hunter Lab48.4482-31.634420.7073
CIE-Lab55.5555-41.719730.8157

#41964d color RGB value is (65,150,77).

#41964d hex color red value is 65, green value is 150 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #41964d hue: 0.36 , saturation: 0.40 and the lightness value of 41964d is 0.42.

The process color (four color CMYK) of #41964d color hex is 0.57, 0.00, 0.49, 0.41. Web safe color of #41964d is #339966. Color #41964d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10010110 01001101
Octal 101 226 115
Decimal 65 150 77
Hex 41 96 4D

RGB Percentages of Color #41964d

%22.26
%51.37
%26.37

CMYK Percentages of Color #41964d

%57
%0
%49
%41

Triadic Colors of #41964d

#41964d #4d4196 #964d41

Analogous Colors of #41964d

#41964d #419678 #5f9641

Monochromatic Colors of #41964d

#41964d

Complementary Color

#41964d #96418a

#41964d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41964d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41964d Color CSS Codes

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

#41964d Text Font Color

<p style="color:#41964d">Text here</p>

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


#41964d Background Color

<div style="background-color:#41964d">
Div content here</div>

This div background color is #41964d


#41964d Border Color

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

This div border color is #41964d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,150,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41964d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41964d;
  -webkit-box-shadow: 1px 1px 3px 2px #41964d;
  box-shadow:         1px 1px 3px 2px #41964d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41964d


Comments

No comments written yet.

Please login to write comment.