COLOR #41A557

HEX: #41A557 RGB: (65,165,87)

Color info

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

RGB color model

#41A557 color RGB value is (65,165,87).

RGB: (65,165,87) (25%, 65%, 34%)

RGB channels and saturation

R 65 of 255 = 25%
G 165 of 255 = 65%
B 87 of 255 = 34%

65
165
87

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

Portions of RGB colors in percentages

R + G + B = 65 + 165 + 87 = 317 (100%)
R 65 of 317 ~ 20.5%
G 165 of 317 ~ 52.05%
B 87 of 317 ~ 27.44'%

%20.5
%52.05
%27.44

CMYK color model

#41A557 color CMYK value is (61,0,47,35).

  • cyan value is 60.61%
  • magenta value is 0.00%
  • yellow value is 47.27%
  • key color value is 35.29%

CMYK: (61,0,47,35)
C61M0Y47K35 (61%, 0%, 47%, 35%)
(0.61 / 0.00 / 0.47 / 0.35)

CMYK percentages

%60.61
%0
%47.27
%35.29

Codes

Color #41A557 in popluar color models

41 A5 57
RGB 65 165 87
HSL 133° 43.48% 45.10%
HSB/HSV 133° 60.61% 64.71%
CMYK 60.61% 0.00% 47.27%
35.29%

Color #41A557 in popluar number systems.

HEX 41 A5 57
Decimal 65 165 87
Binary 1000001 10100101 1010111
Octal 101 245 127

Shades and tints

Shades of #41A557

#41A557
(65,165,87)
#3C9650
(60,150,80)
#378749
(55,135,73)
#327842
(50,120,66)
#2D693B
(45,105,59)
#285A34
(40,90,52)
#234B2D
(35,75,45)
#1E3C26
(30,60,38)
#192D1F
(25,45,31)
#141E18
(20,30,24)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #41A557

#41A557
(65,165,87)
#52AD66
(82,173,102)
#63B575
(99,181,117)
#74BD84
(116,189,132)
#85C593
(133,197,147)
#96CDA2
(150,205,162)
#A7D5B1
(167,213,177)
#B8DDC0
(184,221,192)
#C9E5CF
(201,229,207)
#DAEDDE
(218,237,222)
#EBF5ED
(235,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41A557; }

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

This text font color is #41A557.

Background Color

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

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

This div background color is #41A557.

Border color

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

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

This div border color is #41A557.

Opacity

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

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

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

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

This text has shadow with #41A557 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41A557.

Preview

Color preview on black background

This text has color #41A557 on black background.


Color preview on white background

This text has color #41A557 on white background.


Black color preview on #41A557 background

This text has black color on #41A557 background.


White color preview on #41A557 background

This text has white color on #41A557 background.


Related colors

Complementary color

Complementary color for #hex is #BE5AA8.


I love getcolorcode.com

Triadic colors

1 #5741A5 and #A55741 with #41A557 are triadic colors.

2 #57A541 and #A54157 with #41A557 are triadic colors.