COLOR #41B557

HEX: #41B557
RGB: (65,181,87)

Color info

#41B557 contains mainly green color. Web safe color of #41B557 is #33CC66 (or #3C6).

RGB color model

#41B557 color RGB value is (65,181,87).

  • red value is 65;
  • green value is 181;
  • blue value is 87.
RGB:
(65,181,87)
(25%,71%,34%)

RGB channels and saturation

R 65 of 255 = 25%
G 181 of 255 = 71%
B 87 of 255 = 34%

65
181
87

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

Portions of RGB colors in percentages

R + G + B =
65 + 181 + 87 = 333 (100%)
R 65 of 333 ~ 19.52%
G 181 of 333 ~ 54.35%
B 87 of 333 ~ 26.13%

%19.52
%54.35
%26.13

CMYK color model

#41B557 color CMYK value is (64,0,52,29).

  • cyan value is 64.09%
  • magenta value is 0.00%
  • yellow value is 51.93%
  • key color value is 29.02%
CMYK:
(64,0,52,29)
C64M0Y52K29 
(64%,0%,52%,29%)
(0.64/0.00/0.52/0.29)	

CMYK percentages

%64.09
%0
%51.93
%29.02

Codes

Color #41B557 in popluar color models

41B557
RGB6518187
HSL131°47.15%48.24%
HSB/HSV131°64.09%70.98%
CMYK64.09%0.00%51.93%
29.02%

Color #41B557 in popluar number systems.

HEX41B557
Decimal6518187
Binary1000001101101011010111
Octal101265127

Shades and tints

Shades of #41B557

#41B557
(65,181,87)
#3CA550
(60,165,80)
#379549
(55,149,73)
#328542
(50,133,66)
#2D753B
(45,117,59)
#286534
(40,101,52)
#23552D
(35,85,45)
#1E4526
(30,69,38)
#19351F
(25,53,31)
#142518
(20,37,24)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #41B557

#41B557
(65,181,87)
#52BB66
(82,187,102)
#63C175
(99,193,117)
#74C784
(116,199,132)
#85CD93
(133,205,147)
#96D3A2
(150,211,162)
#A7D9B1
(167,217,177)
#B8DFC0
(184,223,192)
#C9E5CF
(201,229,207)
#DAEBDE
(218,235,222)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41B557; }

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

This text font color is #41B557.


Background Color

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

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

This div background color is #41B557.


Border color

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

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

This div border color is #41B557.


Opacity

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

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

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

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

This text has shadow with #41B557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41B557 on black background.


Color preview on white background

This text has color #41B557 on white background.



Black color preview on #41B557 background

This text has black color on #41B557 background.


White color preview on #41B557 background

This text has white color on #41B557 background.