COLOR #41B14A

HEX: #41B14A
RGB: (65,177,74)

Color info

#41B14A contains mainly green color. Web safe color of #41B14A is #339933 (or #393).

RGB color model

#41B14A color RGB value is (65,177,74).

  • red value is 65;
  • green value is 177;
  • blue value is 74.
RGB:
(65,177,74)
(25%,69%,29%)

RGB channels and saturation

R 65 of 255 = 25%
G 177 of 255 = 69%
B 74 of 255 = 29%

65
177
74

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

Portions of RGB colors in percentages

R + G + B =
65 + 177 + 74 = 316 (100%)
R 65 of 316 ~ 20.57%
G 177 of 316 ~ 56.01%
B 74 of 316 ~ 23.42%

%20.57
%56.01
%23.42

CMYK color model

#41B14A color CMYK value is (63,0,58,31).

  • cyan value is 63.28%
  • magenta value is 0.00%
  • yellow value is 58.19%
  • key color value is 30.59%
CMYK:
(63,0,58,31)
C63M0Y58K31 
(63%,0%,58%,31%)
(0.63/0.00/0.58/0.31)	

CMYK percentages

%63.28
%0
%58.19
%30.59

Codes

Color #41B14A in popluar color models

41B14A
RGB6517774
HSL125°46.28%47.45%
HSB/HSV125°63.28%69.41%
CMYK63.28%0.00%58.19%
30.59%

Color #41B14A in popluar number systems.

HEX41B14A
Decimal6517774
Binary1000001101100011001010
Octal101261112

Shades and tints

Shades of #41B14A

#41B14A
(65,177,74)
#3CA144
(60,161,68)
#37913E
(55,145,62)
#328138
(50,129,56)
#2D7132
(45,113,50)
#28612C
(40,97,44)
#235126
(35,81,38)
#1E4120
(30,65,32)
#19311A
(25,49,26)
#142114
(20,33,20)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #41B14A

#41B14A
(65,177,74)
#52B85A
(82,184,90)
#63BF6A
(99,191,106)
#74C67A
(116,198,122)
#85CD8A
(133,205,138)
#96D49A
(150,212,154)
#A7DBAA
(167,219,170)
#B8E2BA
(184,226,186)
#C9E9CA
(201,233,202)
#DAF0DA
(218,240,218)
#EBF7EA
(235,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41B14A color. Also use rgb(65,177,74) instead hex code.

Text Font Color

.myTextColor { color: #41B14A; }

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

This text font color is #41B14A.


Background Color

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

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

This div background color is #41B14A.


Border color

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

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

This div border color is #41B14A.


Opacity

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

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

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

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

This text has shadow with #41B14A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41B14A on black background.


Color preview on white background

This text has color #41B14A on white background.



Black color preview on #41B14A background

This text has black color on #41B14A background.


White color preview on #41B14A background

This text has white color on #41B14A background.