COLOR #41A041

HEX: #41A041
RGB: (65,160,65)

Color info

#41A041 contains mainly green color. Web safe color of #41A041 is #339933 (or #393).

RGB color model

#41A041 color RGB value is (65,160,65).

  • red value is 65;
  • green value is 160;
  • blue value is 65.
RGB:
(65,160,65)
(25%,63%,25%)

RGB channels and saturation

R 65 of 255 = 25%
G 160 of 255 = 63%
B 65 of 255 = 25%

65
160
65

R + G + B ~ 38%. #41A041 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 160 + 65 = 290 (100%)
R 65 of 290 ~ 22.41%
G 160 of 290 ~ 55.17%
B 65 of 290 ~ 22.41%

%22.41
%55.17
%22.41

CMYK color model

#41A041 color CMYK value is (59,0,59,37).

  • cyan value is 59.38%
  • magenta value is 0.00%
  • yellow value is 59.38%
  • key color value is 37.25%
CMYK:
(59,0,59,37)
C59M0Y59K37 
(59%,0%,59%,37%)
(0.59/0.00/0.59/0.37)	

CMYK percentages

%59.38
%0
%59.38
%37.25

Codes

Color #41A041 in popluar color models

41A041
RGB6516065
HSL120°42.22%44.12%
HSB/HSV120°59.38%62.75%
CMYK59.38%0.00%59.38%
37.25%

Color #41A041 in popluar number systems.

HEX41A041
Decimal6516065
Binary1000001101000001000001
Octal101240101

Shades and tints

Shades of #41A041

#41A041
(65,160,65)
#3C923C
(60,146,60)
#378437
(55,132,55)
#327632
(50,118,50)
#2D682D
(45,104,45)
#285A28
(40,90,40)
#234C23
(35,76,35)
#1E3E1E
(30,62,30)
#193019
(25,48,25)
#142214
(20,34,20)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #41A041

#41A041
(65,160,65)
#52A852
(82,168,82)
#63B063
(99,176,99)
#74B874
(116,184,116)
#85C085
(133,192,133)
#96C896
(150,200,150)
#A7D0A7
(167,208,167)
#B8D8B8
(184,216,184)
#C9E0C9
(201,224,201)
#DAE8DA
(218,232,218)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41A041 color. Also use rgb(65,160,65) instead hex code.

Text Font Color

.myTextColor { color: #41A041; }

<p style="color:#41A041">This sample text font color is #41A041.</p>

This text font color is #41A041.


Background Color

.myBgColor { background-color: #41A041; }

<div style="background-color:#41A041">Inner text</div>

This div background color is #41A041.


Border color

.myBorderColor { border: 1px solid #41A041; }

<div style="border:3px solid #41A041">Div</div>

This div border color is #41A041.


Opacity

.myOpacity80 { color: #41A041; opacity: 0.8; }

<p style="color:#41A041;opacity:0.8;">80%</p>

Text with #41A041 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #41A041;}

<p style="text-shadow: 3px 3px 1px #41A041">Text here.</p>

This text has shadow with #41A041 color.

.textShadow {text-shadow: 3px 3px 1px #41A041, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #41A041, 5px 5px 20px red">Text here.</p>

This text has shadow with #41A041 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#41A041, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#41A041, Direction=45, Strength=4)">Text</p>

This text has shadow with #41A041 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #41A041;
  -webkit-box-shadow:	1px 1px 3px 2px #41A041;
  box-shadow:		1px 1px 3px 2px #41A041;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #41A041;
-webkit-box-shadow: 1px 1px 3px 2px #41A041;
box-shadow:1px 1px 3px 2px #41A041;">
Div content here</div>
This div box has shadow with color #41A041.

Preview

Color preview on black background

This text has color #41A041 on black background.


Color preview on white background

This text has color #41A041 on white background.



Black color preview on #41A041 background

This text has black color on #41A041 background.


White color preview on #41A041 background

This text has white color on #41A041 background.