COLOR #41B06F

HEX: #41B06F
RGB: (65,176,111)

Color info

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

RGB color model

#41B06F color RGB value is (65,176,111).

  • red value is 65;
  • green value is 176;
  • blue value is 111.
RGB:
(65,176,111)
(25%,69%,44%)

RGB channels and saturation

R 65 of 255 = 25%
G 176 of 255 = 69%
B 111 of 255 = 44%

65
176
111

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

Portions of RGB colors in percentages

R + G + B =
65 + 176 + 111 = 352 (100%)
R 65 of 352 ~ 18.47%
G 176 of 352 ~ 50%
B 111 of 352 ~ 31.53%

%18.47
%50
%31.53

CMYK color model

#41B06F color CMYK value is (63,0,37,31).

  • cyan value is 63.07%
  • magenta value is 0.00%
  • yellow value is 36.93%
  • key color value is 30.98%
CMYK:
(63,0,37,31)
C63M0Y37K31 
(63%,0%,37%,31%)
(0.63/0.00/0.37/0.31)	

CMYK percentages

%63.07
%0
%36.93
%30.98

Codes

Color #41B06F in popluar color models

41B06F
RGB65176111
HSL145°46.06%47.25%
HSB/HSV145°63.07%69.02%
CMYK63.07%0.00%36.93%
30.98%

Color #41B06F in popluar number systems.

HEX41B06F
Decimal65176111
Binary1000001101100001101111
Octal101260157

Shades and tints

Shades of #41B06F

#41B06F
(65,176,111)
#3CA065
(60,160,101)
#37905B
(55,144,91)
#328051
(50,128,81)
#2D7047
(45,112,71)
#28603D
(40,96,61)
#235033
(35,80,51)
#1E4029
(30,64,41)
#19301F
(25,48,31)
#142015
(20,32,21)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #41B06F

#41B06F
(65,176,111)
#52B77C
(82,183,124)
#63BE89
(99,190,137)
#74C596
(116,197,150)
#85CCA3
(133,204,163)
#96D3B0
(150,211,176)
#A7DABD
(167,218,189)
#B8E1CA
(184,225,202)
#C9E8D7
(201,232,215)
#DAEFE4
(218,239,228)
#EBF6F1
(235,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41B06F color. Also use rgb(65,176,111) instead hex code.

Text Font Color

.myTextColor { color: #41B06F; }

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

This text font color is #41B06F.


Background Color

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

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

This div background color is #41B06F.


Border color

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

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

This div border color is #41B06F.


Opacity

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

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

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

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

This text has shadow with #41B06F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41B06F on black background.


Color preview on white background

This text has color #41B06F on white background.



Black color preview on #41B06F background

This text has black color on #41B06F background.


White color preview on #41B06F background

This text has white color on #41B06F background.