COLOR #41AD48

HEX: #41AD48 RGB: (65,173,72)

Color info

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

RGB color model

#41AD48 color RGB value is (65,173,72).

RGB: (65,173,72) (25%, 68%, 28%)

RGB channels and saturation

R 65 of 255 = 25%
G 173 of 255 = 68%
B 72 of 255 = 28%

65
173
72

R + G + B ~ 40%. #41AD48 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 65 + 173 + 72 = 310 (100%)
R 65 of 310 ~ 20.97%
G 173 of 310 ~ 55.81%
B 72 of 310 ~ 23.23'%

%20.97
%55.81
%23.23

CMYK color model

#41AD48 color CMYK value is (62,0,58,32).

  • cyan value is 62.43%
  • magenta value is 0.00%
  • yellow value is 58.38%
  • key color value is 32.16%
CMYK: (62,0,58,32) C62M0Y58K32 (62%,0%,58%,32%) (0.62/0.00/0.58/0.32) 

CMYK percentages

%62.43
%0
%58.38
%32.16

Codes

Color #41AD48 in popluar color models

41 AD 48
RGB 65 173 72
HSL 124° 45.38% 46.67%
HSB/HSV 124° 62.43% 67.84%
CMYK 62.43% 0.00% 58.38%
32.16%

Color #41AD48 in popluar number systems.

HEX 41 AD 48
Decimal 65 173 72
Binary 1000001 10101101 1001000
Octal 101 255 110

Shades and tints

Shades of #41AD48

#41AD48
(65,173,72)
#3C9E42
(60,158,66)
#378F3C
(55,143,60)
#328036
(50,128,54)
#2D7130
(45,113,48)
#28622A
(40,98,42)
#235324
(35,83,36)
#1E441E
(30,68,30)
#193518
(25,53,24)
#142612
(20,38,18)
#0F170C
(15,23,12)
#000000
(0,0,0)

Tints of #41AD48

#41AD48
(65,173,72)
#52B458
(82,180,88)
#63BB68
(99,187,104)
#74C278
(116,194,120)
#85C988
(133,201,136)
#96D098
(150,208,152)
#A7D7A8
(167,215,168)
#B8DEB8
(184,222,184)
#C9E5C8
(201,229,200)
#DAECD8
(218,236,216)
#EBF3E8
(235,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41AD48; }

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

This text font color is #41AD48.

Background Color

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

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

This div background color is #41AD48.

Border color

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

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

This div border color is #41AD48.

Opacity

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

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

Text with #41AD48 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 #41AD48;}

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

This text has shadow with #41AD48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41AD48.

Preview

Color preview on black background

This text has color #41AD48 on black background.


Color preview on white background

This text has color #41AD48 on white background.


Black color preview on #41AD48 background

This text has black color on #41AD48 background.


White color preview on #41AD48 background

This text has white color on #41AD48 background.


Related colors

Complementary color

Complementary color for #hex is #BE52B7.


I love getcolorcode.com

Triadic colors

1 #4841AD and #AD4841 with #41AD48 are triadic colors.

2 #48AD41 and #AD4148 with #41AD48 are triadic colors.