Color Hex Logo

#41993d Color Hex

#41993D
(65,153,61)
0 Favorites   0 Comments

Color spaces of #41993d

RGB 6515361
HSL0.330.430.42
HSV117°60°60°
CMYK 0.580.000.60   0.40
XYZ14.413524.24328.3346
Yxy24.24320.30670.5159
Hunter Lab49.2374-33.912224.4299
CIE-Lab56.3305-45.136439.7887

#41993d color RGB value is (65,153,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011001 00111101
Octal 101 231 75
Decimal 65 153 61
Hex 41 99 3D

RGB Percentages of Color #41993d

%23.30
%54.84
%21.86

CMYK Percentages of Color #41993d

%58
%0
%60
%40

Triadic Colors of #41993d

#41993d #3d4199 #993d41

Analogous Colors of #41993d

#41993d #3d9967 #6f993d

Monochromatic Colors of #41993d

#41993d

Complementary Color

#41993d #953d99

#41993d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41993d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41993d Color CSS Codes

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

#41993d Text Font Color

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

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


#41993d Background Color

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

This div background color is #41993d


#41993d Border Color

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

This div border color is #41993d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41993d


Comments

No comments written yet.

Please login to write comment.