Color Hex Logo

#41711a Color Hex

#41711A
(65,113,26)
0 Favorites   0 Comments

Color spaces of #41711a

RGB 6511326
HSL0.260.630.27
HSV93°77°44°
CMYK 0.420.000.77   0.56
XYZ8.271613.00873.0522
Yxy13.00870.33990.5346
Hunter Lab36.0676-22.181720.2299
CIE-Lab42.7764-31.771540.5837

#41711a color RGB value is (65,113,26).

#41711a hex color red value is 65, green value is 113 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #41711a hue: 0.26 , saturation: 0.63 and the lightness value of 41711a is 0.27.

The process color (four color CMYK) of #41711a color hex is 0.42, 0.00, 0.77, 0.56. Web safe color of #41711a is #336633. Color #41711a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01110001 00011010
Octal 101 161 32
Decimal 65 113 26
Hex 41 71 1A

RGB Percentages of Color #41711a

%31.86
%55.39
%12.75

CMYK Percentages of Color #41711a

%42
%0
%77
%56

Triadic Colors of #41711a

#41711a #1a4171 #711a41

Analogous Colors of #41711a

#41711a #1a711f #6d711a

Monochromatic Colors of #41711a

#41711a

Complementary Color

#41711a #4a1a71

#41711a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41711a Color Preview on White Background

Lorem ipsum dolor sit amet.

#41711a Color CSS Codes

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

#41711a Text Font Color

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

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


#41711a Background Color

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

This div background color is #41711a


#41711a Border Color

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

This div border color is #41711a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41711a


Comments

No comments written yet.

Please login to write comment.