Color Hex Logo

#41995c Color Hex

#41995C
(65,153,92)
0 Favorites   0 Comments

Color spaces of #41995c

RGB 6515392
HSL0.380.400.43
HSV138°58°60°
CMYK 0.580.000.40   0.40
XYZ15.503024.679014.0716
Yxy24.67900.28580.4549
Hunter Lab49.6780-31.231917.9803
CIE-Lab56.7613-40.437824.3335

#41995c color RGB value is (65,153,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011001 01011100
Octal 101 231 134
Decimal 65 153 92
Hex 41 99 5C

RGB Percentages of Color #41995c

%20.97
%49.35
%29.68

CMYK Percentages of Color #41995c

%58
%0
%40
%40

Triadic Colors of #41995c

#41995c #5c4199 #995c41

Analogous Colors of #41995c

#41995c #419988 #529941

Monochromatic Colors of #41995c

#41995c

Complementary Color

#41995c #99417e

#41995c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41995c Color Preview on White Background

Lorem ipsum dolor sit amet.

#41995c Color CSS Codes

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

#41995c Text Font Color

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

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


#41995c Background Color

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

This div background color is #41995c


#41995c Border Color

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

This div border color is #41995c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41995c


Comments

No comments written yet.

Please login to write comment.