COLOR #41A957

HEX: #41A957 RGB: (65,169,87)

Color info

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

RGB color model

#41A957 color RGB value is (65,169,87).

RGB: (65,169,87) (25%, 66%, 34%)

RGB channels and saturation

R 65 of 255 = 25%
G 169 of 255 = 66%
B 87 of 255 = 34%

65
169
87

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

Portions of RGB colors in percentages

R + G + B = 65 + 169 + 87 = 321 (100%)
R 65 of 321 ~ 20.25%
G 169 of 321 ~ 52.65%
B 87 of 321 ~ 27.1'%

%20.25
%52.65
%27.1

CMYK color model

#41A957 color CMYK value is (62,0,49,34).

  • cyan value is 61.54%
  • magenta value is 0.00%
  • yellow value is 48.52%
  • key color value is 33.73%

CMYK: (62,0,49,34)
C62M0Y49K34 (62%, 0%, 49%, 34%)
(0.62 / 0.00 / 0.49 / 0.34)

CMYK percentages

%61.54
%0
%48.52
%33.73

Codes

Color #41A957 in popluar color models

41 A9 57
RGB 65 169 87
HSL 133° 44.44% 45.88%
HSB/HSV 133° 61.54% 66.27%
CMYK 61.54% 0.00% 48.52%
33.73%

Color #41A957 in popluar number systems.

HEX 41 A9 57
Decimal 65 169 87
Binary 1000001 10101001 1010111
Octal 101 251 127

Shades and tints

Shades of #41A957

#41A957
(65,169,87)
#3C9A50
(60,154,80)
#378B49
(55,139,73)
#327C42
(50,124,66)
#2D6D3B
(45,109,59)
#285E34
(40,94,52)
#234F2D
(35,79,45)
#1E4026
(30,64,38)
#19311F
(25,49,31)
#142218
(20,34,24)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #41A957

#41A957
(65,169,87)
#52B066
(82,176,102)
#63B775
(99,183,117)
#74BE84
(116,190,132)
#85C593
(133,197,147)
#96CCA2
(150,204,162)
#A7D3B1
(167,211,177)
#B8DAC0
(184,218,192)
#C9E1CF
(201,225,207)
#DAE8DE
(218,232,222)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41A957; }

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

This text font color is #41A957.

Background Color

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

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

This div background color is #41A957.

Border color

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

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

This div border color is #41A957.

Opacity

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

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

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

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

This text has shadow with #41A957 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41A957.

Preview

Color preview on black background

This text has color #41A957 on black background.


Color preview on white background

This text has color #41A957 on white background.


Black color preview on #41A957 background

This text has black color on #41A957 background.


White color preview on #41A957 background

This text has white color on #41A957 background.


Related colors

Complementary color

Complementary color for #hex is #BE56A8.


I love getcolorcode.com

Triadic colors

1 #5741A9 and #A95741 with #41A957 are triadic colors.

2 #57A941 and #A94157 with #41A957 are triadic colors.