COLOR #41A861

HEX: #41A861
RGB: (65,168,97)

Color info

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

RGB color model

#41A861 color RGB value is (65,168,97).

  • red value is 65;
  • green value is 168;
  • blue value is 97.
RGB:
(65,168,97)
(25%,66%,38%)

RGB channels and saturation

R 65 of 255 = 25%
G 168 of 255 = 66%
B 97 of 255 = 38%

65
168
97

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

Portions of RGB colors in percentages

R + G + B =
65 + 168 + 97 = 330 (100%)
R 65 of 330 ~ 19.7%
G 168 of 330 ~ 50.91%
B 97 of 330 ~ 29.39%

%19.7
%50.91
%29.39

CMYK color model

#41A861 color CMYK value is (61,0,42,34).

  • cyan value is 61.31%
  • magenta value is 0.00%
  • yellow value is 42.26%
  • key color value is 34.12%
CMYK:
(61,0,42,34)
C61M0Y42K34 
(61%,0%,42%,34%)
(0.61/0.00/0.42/0.34)	

CMYK percentages

%61.31
%0
%42.26
%34.12

Codes

Color #41A861 in popluar color models

41A861
RGB6516897
HSL139°44.21%45.69%
HSB/HSV139°61.31%65.88%
CMYK61.31%0.00%42.26%
34.12%

Color #41A861 in popluar number systems.

HEX41A861
Decimal6516897
Binary1000001101010001100001
Octal101250141

Shades and tints

Shades of #41A861

#41A861
(65,168,97)
#3C9959
(60,153,89)
#378A51
(55,138,81)
#327B49
(50,123,73)
#2D6C41
(45,108,65)
#285D39
(40,93,57)
#234E31
(35,78,49)
#1E3F29
(30,63,41)
#193021
(25,48,33)
#142119
(20,33,25)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #41A861

#41A861
(65,168,97)
#52AF6F
(82,175,111)
#63B67D
(99,182,125)
#74BD8B
(116,189,139)
#85C499
(133,196,153)
#96CBA7
(150,203,167)
#A7D2B5
(167,210,181)
#B8D9C3
(184,217,195)
#C9E0D1
(201,224,209)
#DAE7DF
(218,231,223)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41A861 color. Also use rgb(65,168,97) instead hex code.

Text Font Color

.myTextColor { color: #41A861; }

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

This text font color is #41A861.


Background Color

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

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

This div background color is #41A861.


Border color

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

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

This div border color is #41A861.


Opacity

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

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

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

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

This text has shadow with #41A861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41A861 on black background.


Color preview on white background

This text has color #41A861 on white background.



Black color preview on #41A861 background

This text has black color on #41A861 background.


White color preview on #41A861 background

This text has white color on #41A861 background.