COLOR #41A367

HEX: #41A367
RGB: (65,163,103)

Color info

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

RGB color model

#41A367 color RGB value is (65,163,103).

  • red value is 65;
  • green value is 163;
  • blue value is 103.
RGB:
(65,163,103)
(25%,64%,40%)

RGB channels and saturation

R 65 of 255 = 25%
G 163 of 255 = 64%
B 103 of 255 = 40%

65
163
103

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

Portions of RGB colors in percentages

R + G + B =
65 + 163 + 103 = 331 (100%)
R 65 of 331 ~ 19.64%
G 163 of 331 ~ 49.24%
B 103 of 331 ~ 31.12%

%19.64
%49.24
%31.12

CMYK color model

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

  • cyan value is 60.12%
  • magenta value is 0.00%
  • yellow value is 36.81%
  • key color value is 36.08%
CMYK:
(60,0,37,36)
C60M0Y37K36 
(60%,0%,37%,36%)
(0.60/0.00/0.37/0.36)	

CMYK percentages

%60.12
%0
%36.81
%36.08

Codes

Color #41A367 in popluar color models

41A367
RGB65163103
HSL143°42.98%44.71%
HSB/HSV143°60.12%63.92%
CMYK60.12%0.00%36.81%
36.08%

Color #41A367 in popluar number systems.

HEX41A367
Decimal65163103
Binary1000001101000111100111
Octal101243147

Shades and tints

Shades of #41A367

#41A367
(65,163,103)
#3C955E
(60,149,94)
#378755
(55,135,85)
#32794C
(50,121,76)
#2D6B43
(45,107,67)
#285D3A
(40,93,58)
#234F31
(35,79,49)
#1E4128
(30,65,40)
#19331F
(25,51,31)
#142516
(20,37,22)
#0F170D
(15,23,13)
#000000
(0,0,0)

Tints of #41A367

#41A367
(65,163,103)
#52AB74
(82,171,116)
#63B381
(99,179,129)
#74BB8E
(116,187,142)
#85C39B
(133,195,155)
#96CBA8
(150,203,168)
#A7D3B5
(167,211,181)
#B8DBC2
(184,219,194)
#C9E3CF
(201,227,207)
#DAEBDC
(218,235,220)
#EBF3E9
(235,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41A367 color. Also use rgb(65,163,103) instead hex code.

Text Font Color

.myTextColor { color: #41A367; }

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

This text font color is #41A367.


Background Color

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

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

This div background color is #41A367.


Border color

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

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

This div border color is #41A367.


Opacity

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

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

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

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

This text has shadow with #41A367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41A367 on black background.


Color preview on white background

This text has color #41A367 on white background.



Black color preview on #41A367 background

This text has black color on #41A367 background.


White color preview on #41A367 background

This text has white color on #41A367 background.