COLOR #41B22B

HEX: #41B22B
RGB: (65,178,43)

Color info

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

RGB color model

#41B22B color RGB value is (65,178,43).

  • red value is 65;
  • green value is 178;
  • blue value is 43.
RGB:
(65,178,43)
(25%,70%,17%)

RGB channels and saturation

R 65 of 255 = 25%
G 178 of 255 = 70%
B 43 of 255 = 17%

65
178
43

R + G + B ~ 37%. #41B22B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 178 + 43 = 286 (100%)
R 65 of 286 ~ 22.73%
G 178 of 286 ~ 62.24%
B 43 of 286 ~ 15.03%

%22.73
%62.24
%15.03

CMYK color model

#41B22B color CMYK value is (63,0,76,30).

  • cyan value is 63.48%
  • magenta value is 0.00%
  • yellow value is 75.84%
  • key color value is 30.20%
CMYK:
(63,0,76,30)
C63M0Y76K30 
(63%,0%,76%,30%)
(0.63/0.00/0.76/0.30)	

CMYK percentages

%63.48
%0
%75.84
%30.2

Codes

Color #41B22B in popluar color models

41B22B
RGB6517843
HSL110°61.09%43.33%
HSB/HSV110°75.84%69.80%
CMYK63.48%0.00%75.84%
30.20%

Color #41B22B in popluar number systems.

HEX41B22B
Decimal6517843
Binary100000110110010101011
Octal10126253

Shades and tints

Shades of #41B22B

#41B22B
(65,178,43)
#3CA228
(60,162,40)
#379225
(55,146,37)
#328222
(50,130,34)
#2D721F
(45,114,31)
#28621C
(40,98,28)
#235219
(35,82,25)
#1E4216
(30,66,22)
#193213
(25,50,19)
#142210
(20,34,16)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #41B22B

#41B22B
(65,178,43)
#52B93E
(82,185,62)
#63C051
(99,192,81)
#74C764
(116,199,100)
#85CE77
(133,206,119)
#96D58A
(150,213,138)
#A7DC9D
(167,220,157)
#B8E3B0
(184,227,176)
#C9EAC3
(201,234,195)
#DAF1D6
(218,241,214)
#EBF8E9
(235,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41B22B color. Also use rgb(65,178,43) instead hex code.

Text Font Color

.myTextColor { color: #41B22B; }

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

This text font color is #41B22B.


Background Color

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

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

This div background color is #41B22B.


Border color

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

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

This div border color is #41B22B.


Opacity

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

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

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

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

This text has shadow with #41B22B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41B22B on black background.


Color preview on white background

This text has color #41B22B on white background.



Black color preview on #41B22B background

This text has black color on #41B22B background.


White color preview on #41B22B background

This text has white color on #41B22B background.