Color Hex Logo

#41995b Color Hex

#41995B
(65,153,91)
0 Favorites   0 Comments

Color spaces of #41995b

RGB 6515391
HSL0.380.400.43
HSV138°58°60°
CMYK 0.580.000.41   0.40
XYZ15.459524.661613.8429
Yxy24.66160.28650.4570
Hunter Lab49.6604-31.338018.2352
CIE-Lab56.7442-40.619824.8548

#41995b color RGB value is (65,153,91).

#41995b hex color red value is 65, green value is 153 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #41995b hue: 0.38 , saturation: 0.40 and the lightness value of 41995b is 0.43.

The process color (four color CMYK) of #41995b color hex is 0.58, 0.00, 0.41, 0.40. Web safe color of #41995b is #339966. Color #41995b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011001 01011011
Octal 101 231 133
Decimal 65 153 91
Hex 41 99 5B

RGB Percentages of Color #41995b

%21.04
%49.51
%29.45

CMYK Percentages of Color #41995b

%58
%0
%41
%40

Triadic Colors of #41995b

#41995b #5b4199 #995b41

Analogous Colors of #41995b

#41995b #419987 #539941

Monochromatic Colors of #41995b

#41995b

Complementary Color

#41995b #99417f

#41995b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41995b Color Preview on White Background

Lorem ipsum dolor sit amet.

#41995b Color CSS Codes

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

#41995b Text Font Color

<p style="color:#41995b">Text here</p>

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


#41995b Background Color

<div style="background-color:#41995b">
Div content here</div>

This div background color is #41995b


#41995b Border Color

<div style="border:3px solid #41995b">
Div here</div>

This div border color is #41995b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,153,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41995b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41995b;
  -webkit-box-shadow: 1px 1px 3px 2px #41995b;
  box-shadow:         1px 1px 3px 2px #41995b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41995b


Comments

No comments written yet.

Please login to write comment.