COLOR #41A16D

HEX: #41A16D
RGB: (65,161,109)

Color info

#41A16D contains mainly green and blue colors. Web safe color of #41A16D is #339966 (or #396).

RGB color model

#41A16D color RGB value is (65,161,109).

  • red value is 65;
  • green value is 161;
  • blue value is 109.
RGB:
(65,161,109)
(25%,63%,43%)

RGB channels and saturation

R 65 of 255 = 25%
G 161 of 255 = 63%
B 109 of 255 = 43%

65
161
109

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

Portions of RGB colors in percentages

R + G + B =
65 + 161 + 109 = 335 (100%)
R 65 of 335 ~ 19.4%
G 161 of 335 ~ 48.06%
B 109 of 335 ~ 32.54%

%19.4
%48.06
%32.54

CMYK color model

#41A16D color CMYK value is (60,0,32,37).

  • cyan value is 59.63%
  • magenta value is 0.00%
  • yellow value is 32.30%
  • key color value is 36.86%
CMYK:
(60,0,32,37)
C60M0Y32K37 
(60%,0%,32%,37%)
(0.60/0.00/0.32/0.37)	

CMYK percentages

%59.63
%0
%32.3
%36.86

Codes

Color #41A16D in popluar color models

41A16D
RGB65161109
HSL148°42.48%44.31%
HSB/HSV148°59.63%63.14%
CMYK59.63%0.00%32.30%
36.86%

Color #41A16D in popluar number systems.

HEX41A16D
Decimal65161109
Binary1000001101000011101101
Octal101241155

Shades and tints

Shades of #41A16D

#41A16D
(65,161,109)
#3C9364
(60,147,100)
#37855B
(55,133,91)
#327752
(50,119,82)
#2D6949
(45,105,73)
#285B40
(40,91,64)
#234D37
(35,77,55)
#1E3F2E
(30,63,46)
#193125
(25,49,37)
#14231C
(20,35,28)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #41A16D

#41A16D
(65,161,109)
#52A97A
(82,169,122)
#63B187
(99,177,135)
#74B994
(116,185,148)
#85C1A1
(133,193,161)
#96C9AE
(150,201,174)
#A7D1BB
(167,209,187)
#B8D9C8
(184,217,200)
#C9E1D5
(201,225,213)
#DAE9E2
(218,233,226)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41A16D color. Also use rgb(65,161,109) instead hex code.

Text Font Color

.myTextColor { color: #41A16D; }

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

This text font color is #41A16D.


Background Color

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

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

This div background color is #41A16D.


Border color

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

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

This div border color is #41A16D.


Opacity

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

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

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

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

This text has shadow with #41A16D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41A16D on black background.


Color preview on white background

This text has color #41A16D on white background.



Black color preview on #41A16D background

This text has black color on #41A16D background.


White color preview on #41A16D background

This text has white color on #41A16D background.