COLOR #41B969

HEX: #41B969
RGB: (65,185,105)

Color info

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

RGB color model

#41B969 color RGB value is (65,185,105).

  • red value is 65;
  • green value is 185;
  • blue value is 105.
RGB:
(65,185,105)
(25%,73%,41%)

RGB channels and saturation

R 65 of 255 = 25%
G 185 of 255 = 73%
B 105 of 255 = 41%

65
185
105

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

Portions of RGB colors in percentages

R + G + B =
65 + 185 + 105 = 355 (100%)
R 65 of 355 ~ 18.31%
G 185 of 355 ~ 52.11%
B 105 of 355 ~ 29.58%

%18.31
%52.11
%29.58

CMYK color model

#41B969 color CMYK value is (65,0,43,27).

  • cyan value is 64.86%
  • magenta value is 0.00%
  • yellow value is 43.24%
  • key color value is 27.45%
CMYK:
(65,0,43,27)
C65M0Y43K27 
(65%,0%,43%,27%)
(0.65/0.00/0.43/0.27)	

CMYK percentages

%64.86
%0
%43.24
%27.45

Codes

Color #41B969 in popluar color models

41B969
RGB65185105
HSL140°48.00%49.02%
HSB/HSV140°64.86%72.55%
CMYK64.86%0.00%43.24%
27.45%

Color #41B969 in popluar number systems.

HEX41B969
Decimal65185105
Binary1000001101110011101001
Octal101271151

Shades and tints

Shades of #41B969

#41B969
(65,185,105)
#3CA960
(60,169,96)
#379957
(55,153,87)
#32894E
(50,137,78)
#2D7945
(45,121,69)
#28693C
(40,105,60)
#235933
(35,89,51)
#1E492A
(30,73,42)
#193921
(25,57,33)
#142918
(20,41,24)
#0F190F
(15,25,15)
#000000
(0,0,0)

Tints of #41B969

#41B969
(65,185,105)
#52BF76
(82,191,118)
#63C583
(99,197,131)
#74CB90
(116,203,144)
#85D19D
(133,209,157)
#96D7AA
(150,215,170)
#A7DDB7
(167,221,183)
#B8E3C4
(184,227,196)
#C9E9D1
(201,233,209)
#DAEFDE
(218,239,222)
#EBF5EB
(235,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41B969 color. Also use rgb(65,185,105) instead hex code.

Text Font Color

.myTextColor { color: #41B969; }

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

This text font color is #41B969.


Background Color

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

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

This div background color is #41B969.


Border color

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

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

This div border color is #41B969.


Opacity

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

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

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

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

This text has shadow with #41B969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41B969 on black background.


Color preview on white background

This text has color #41B969 on white background.



Black color preview on #41B969 background

This text has black color on #41B969 background.


White color preview on #41B969 background

This text has white color on #41B969 background.