COLOR #41AC52

HEX: #41AC52
RGB: (65,172,82)

Color info

#41AC52 contains mainly green color. Web safe color of #41AC52 is #339966 (or #396).

RGB color model

#41AC52 color RGB value is (65,172,82).

  • red value is 65;
  • green value is 172;
  • blue value is 82.
RGB:
(65,172,82)
(25%,67%,32%)

RGB channels and saturation

R 65 of 255 = 25%
G 172 of 255 = 67%
B 82 of 255 = 32%

65
172
82

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

Portions of RGB colors in percentages

R + G + B =
65 + 172 + 82 = 319 (100%)
R 65 of 319 ~ 20.38%
G 172 of 319 ~ 53.92%
B 82 of 319 ~ 25.71%

%20.38
%53.92
%25.71

CMYK color model

#41AC52 color CMYK value is (62,0,52,33).

  • cyan value is 62.21%
  • magenta value is 0.00%
  • yellow value is 52.33%
  • key color value is 32.55%
CMYK:
(62,0,52,33)
C62M0Y52K33 
(62%,0%,52%,33%)
(0.62/0.00/0.52/0.33)	

CMYK percentages

%62.21
%0
%52.33
%32.55

Codes

Color #41AC52 in popluar color models

41AC52
RGB6517282
HSL130°45.15%46.47%
HSB/HSV130°62.21%67.45%
CMYK62.21%0.00%52.33%
32.55%

Color #41AC52 in popluar number systems.

HEX41AC52
Decimal6517282
Binary1000001101011001010010
Octal101254122

Shades and tints

Shades of #41AC52

#41AC52
(65,172,82)
#3C9D4B
(60,157,75)
#378E44
(55,142,68)
#327F3D
(50,127,61)
#2D7036
(45,112,54)
#28612F
(40,97,47)
#235228
(35,82,40)
#1E4321
(30,67,33)
#19341A
(25,52,26)
#142513
(20,37,19)
#0F160C
(15,22,12)
#000000
(0,0,0)

Tints of #41AC52

#41AC52
(65,172,82)
#52B361
(82,179,97)
#63BA70
(99,186,112)
#74C17F
(116,193,127)
#85C88E
(133,200,142)
#96CF9D
(150,207,157)
#A7D6AC
(167,214,172)
#B8DDBB
(184,221,187)
#C9E4CA
(201,228,202)
#DAEBD9
(218,235,217)
#EBF2E8
(235,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41AC52; }

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

This text font color is #41AC52.


Background Color

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

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

This div background color is #41AC52.


Border color

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

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

This div border color is #41AC52.


Opacity

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

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

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

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

This text has shadow with #41AC52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41AC52 on black background.


Color preview on white background

This text has color #41AC52 on white background.



Black color preview on #41AC52 background

This text has black color on #41AC52 background.


White color preview on #41AC52 background

This text has white color on #41AC52 background.