Color Hex Logo

#41801f Color Hex

#41801F
(65,128,31)
0 Favorites   0 Comments

Color spaces of #41801f

RGB 6512831
HSL0.270.610.31
HSV99°76°50°
CMYK 0.490.000.76   0.50
XYZ10.146516.66113.9775
Yxy16.66110.32960.5412
Hunter Lab40.8180-27.060222.7951
CIE-Lab47.8302-37.940243.6909

#41801f color RGB value is (65,128,31).

#41801f hex color red value is 65, green value is 128 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #41801f hue: 0.27 , saturation: 0.61 and the lightness value of 41801f is 0.31.

The process color (four color CMYK) of #41801f color hex is 0.49, 0.00, 0.76, 0.50. Web safe color of #41801f is #339933. Color #41801f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10000000 00011111
Octal 101 200 37
Decimal 65 128 31
Hex 41 80 1F

RGB Percentages of Color #41801f

%29.02
%57.14
%13.84

CMYK Percentages of Color #41801f

%49
%0
%76
%50

Triadic Colors of #41801f

#41801f #1f4180 #801f41

Analogous Colors of #41801f

#41801f #1f802e #72801f

Monochromatic Colors of #41801f

#41801f

Complementary Color

#41801f #5e1f80

#41801f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41801f Color Preview on White Background

Lorem ipsum dolor sit amet.

#41801f Color CSS Codes

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

#41801f Text Font Color

<p style="color:#41801f">Text here</p>

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


#41801f Background Color

<div style="background-color:#41801f">
Div content here</div>

This div background color is #41801f


#41801f Border Color

<div style="border:3px solid #41801f">
Div here</div>

This div border color is #41801f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,128,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41801f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41801f;
  -webkit-box-shadow: 1px 1px 3px 2px #41801f;
  box-shadow:         1px 1px 3px 2px #41801f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41801f


Comments

No comments written yet.

Please login to write comment.