Color Hex Logo

#41994b Color Hex

#41994B
(65,153,75)
0 Favorites   0 Comments

Color spaces of #41994b

RGB 6515375
HSL0.350.400.43
HSV127°58°60°
CMYK 0.580.000.51   0.40
XYZ14.841224.414310.5868
Yxy24.41430.29780.4898
Hunter Lab49.4108-32.854121.8841
CIE-Lab56.5002-43.256533.0335

#41994b color RGB value is (65,153,75).

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

The process color (four color CMYK) of #41994b color hex is 0.58, 0.00, 0.51, 0.40. Web safe color of #41994b is #339933. Color #41994b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011001 01001011
Octal 101 231 113
Decimal 65 153 75
Hex 41 99 4B

RGB Percentages of Color #41994b

%22.18
%52.22
%25.60

CMYK Percentages of Color #41994b

%58
%0
%51
%40

Triadic Colors of #41994b

#41994b #4b4199 #994b41

Analogous Colors of #41994b

#41994b #419977 #639941

Monochromatic Colors of #41994b

#41994b

Complementary Color

#41994b #99418f

#41994b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41994b Color Preview on White Background

Lorem ipsum dolor sit amet.

#41994b Color CSS Codes

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

#41994b Text Font Color

<p style="color:#41994b">Text here</p>

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


#41994b Background Color

<div style="background-color:#41994b">
Div content here</div>

This div background color is #41994b


#41994b Border Color

<div style="border:3px solid #41994b">
Div here</div>

This div border color is #41994b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41994b


Comments

No comments written yet.

Please login to write comment.