Color Hex Logo

#41993b Color Hex

#41993B
(65,153,59)
0 Favorites   0 Comments

Color spaces of #41993b

RGB 6515359
HSL0.320.440.42
HSV116°61°60°
CMYK 0.580.000.61   0.40
XYZ14.360624.22208.0561
Yxy24.22200.30790.5194
Hunter Lab49.2159-34.043624.7460
CIE-Lab56.3094-45.372140.7089

#41993b color RGB value is (65,153,59).

#41993b hex color red value is 65, green value is 153 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #41993b hue: 0.32 , saturation: 0.44 and the lightness value of 41993b is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011001 00111011
Octal 101 231 73
Decimal 65 153 59
Hex 41 99 3B

RGB Percentages of Color #41993b

%23.47
%55.23
%21.30

CMYK Percentages of Color #41993b

%58
%0
%61
%40

Triadic Colors of #41993b

#41993b #3b4199 #993b41

Analogous Colors of #41993b

#41993b #3b9964 #70993b

Monochromatic Colors of #41993b

#41993b

Complementary Color

#41993b #933b99

#41993b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41993b Color Preview on White Background

Lorem ipsum dolor sit amet.

#41993b Color CSS Codes

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

#41993b Text Font Color

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

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


#41993b Background Color

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

This div background color is #41993b


#41993b Border Color

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

This div border color is #41993b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41993b


Comments

No comments written yet.

Please login to write comment.