COLOR #41A260

HEX: #41A260
RGB: (65,162,96)

Color info

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

RGB color model

#41A260 color RGB value is (65,162,96).

  • red value is 65;
  • green value is 162;
  • blue value is 96.
RGB:
(65,162,96)
(25%,64%,38%)

RGB channels and saturation

R 65 of 255 = 25%
G 162 of 255 = 64%
B 96 of 255 = 38%

65
162
96

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

Portions of RGB colors in percentages

R + G + B =
65 + 162 + 96 = 323 (100%)
R 65 of 323 ~ 20.12%
G 162 of 323 ~ 50.15%
B 96 of 323 ~ 29.72%

%20.12
%50.15
%29.72

CMYK color model

#41A260 color CMYK value is (60,0,41,36).

  • cyan value is 59.88%
  • magenta value is 0.00%
  • yellow value is 40.74%
  • key color value is 36.47%
CMYK:
(60,0,41,36)
C60M0Y41K36 
(60%,0%,41%,36%)
(0.60/0.00/0.41/0.36)	

CMYK percentages

%59.88
%0
%40.74
%36.47

Codes

Color #41A260 in popluar color models

41A260
RGB6516296
HSL139°42.73%44.51%
HSB/HSV139°59.88%63.53%
CMYK59.88%0.00%40.74%
36.47%

Color #41A260 in popluar number systems.

HEX41A260
Decimal6516296
Binary1000001101000101100000
Octal101242140

Shades and tints

Shades of #41A260

#41A260
(65,162,96)
#3C9458
(60,148,88)
#378650
(55,134,80)
#327848
(50,120,72)
#2D6A40
(45,106,64)
#285C38
(40,92,56)
#234E30
(35,78,48)
#1E4028
(30,64,40)
#193220
(25,50,32)
#142418
(20,36,24)
#0F1610
(15,22,16)
#000000
(0,0,0)

Tints of #41A260

#41A260
(65,162,96)
#52AA6E
(82,170,110)
#63B27C
(99,178,124)
#74BA8A
(116,186,138)
#85C298
(133,194,152)
#96CAA6
(150,202,166)
#A7D2B4
(167,210,180)
#B8DAC2
(184,218,194)
#C9E2D0
(201,226,208)
#DAEADE
(218,234,222)
#EBF2EC
(235,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41A260 color. Also use rgb(65,162,96) instead hex code.

Text Font Color

.myTextColor { color: #41A260; }

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

This text font color is #41A260.


Background Color

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

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

This div background color is #41A260.


Border color

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

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

This div border color is #41A260.


Opacity

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

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

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

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

This text has shadow with #41A260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41A260 on black background.


Color preview on white background

This text has color #41A260 on white background.



Black color preview on #41A260 background

This text has black color on #41A260 background.


White color preview on #41A260 background

This text has white color on #41A260 background.