Color Hex Logo

#41944f Color Hex

#41944F
(65,148,79)
0 Favorites   0 Comments

Color spaces of #41944f

RGB 6514879
HSL0.360.390.42
HSV130°56°58°
CMYK 0.560.000.47   0.42
XYZ14.181222.868111.0637
Yxy22.86810.29470.4753
Hunter Lab47.8206-30.751919.7572
CIE-Lab54.9362-40.566928.9762

#41944f color RGB value is (65,148,79).

#41944f hex color red value is 65, green value is 148 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #41944f hue: 0.36 , saturation: 0.39 and the lightness value of 41944f is 0.42.

The process color (four color CMYK) of #41944f color hex is 0.56, 0.00, 0.47, 0.42. Web safe color of #41944f is #339966. Color #41944f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10010100 01001111
Octal 101 224 117
Decimal 65 148 79
Hex 41 94 4F

RGB Percentages of Color #41944f

%22.26
%50.68
%27.05

CMYK Percentages of Color #41944f

%56
%0
%47
%42

Triadic Colors of #41944f

#41944f #4f4194 #944f41

Analogous Colors of #41944f

#41944f #419479 #5d9441

Monochromatic Colors of #41944f

#41944f

Complementary Color

#41944f #944186

#41944f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41944f Color Preview on White Background

Lorem ipsum dolor sit amet.

#41944f Color CSS Codes

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

#41944f Text Font Color

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

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


#41944f Background Color

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

This div background color is #41944f


#41944f Border Color

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

This div border color is #41944f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41944f


Comments

No comments written yet.

Please login to write comment.