Color Hex Logo

#41822e Color Hex

#41822E
(65,130,46)
0 Favorites   0 Comments

Color spaces of #41822e

RGB 6513046
HSL0.300.480.35
HSV106°65°51°
CMYK 0.500.000.65   0.49
XYZ10.655717.28635.3597
Yxy17.28630.32000.5191
Hunter Lab41.5768-27.011721.4606
CIE-Lab48.6188-37.436238.1140

#41822e color RGB value is (65,130,46).

#41822e hex color red value is 65, green value is 130 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #41822e hue: 0.30 , saturation: 0.48 and the lightness value of 41822e is 0.35.

The process color (four color CMYK) of #41822e color hex is 0.50, 0.00, 0.65, 0.49. Web safe color of #41822e is #339933. Color #41822e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10000010 00101110
Octal 101 202 56
Decimal 65 130 46
Hex 41 82 2E

RGB Percentages of Color #41822e

%26.97
%53.94
%19.09

CMYK Percentages of Color #41822e

%50
%0
%65
%49

Triadic Colors of #41822e

#41822e #2e4182 #822e41

Analogous Colors of #41822e

#41822e #2e8245 #6b822e

Monochromatic Colors of #41822e

#41822e

Complementary Color

#41822e #6f2e82

#41822e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41822e Color Preview on White Background

Lorem ipsum dolor sit amet.

#41822e Color CSS Codes

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

#41822e Text Font Color

<p style="color:#41822e">Text here</p>

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


#41822e Background Color

<div style="background-color:#41822e">
Div content here</div>

This div background color is #41822e


#41822e Border Color

<div style="border:3px solid #41822e">
Div here</div>

This div border color is #41822e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,130,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41822e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41822e;
  -webkit-box-shadow: 1px 1px 3px 2px #41822e;
  box-shadow:         1px 1px 3px 2px #41822e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41822e


Comments

No comments written yet.

Please login to write comment.