COLOR #41A35C

HEX: #41A35C
RGB: (65,163,92)

Color info

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

RGB color model

#41A35C color RGB value is (65,163,92).

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

RGB channels and saturation

R 65 of 255 = 25%
G 163 of 255 = 64%
B 92 of 255 = 36%

65
163
92

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

Portions of RGB colors in percentages

R + G + B =
65 + 163 + 92 = 320 (100%)
R 65 of 320 ~ 20.31%
G 163 of 320 ~ 50.94%
B 92 of 320 ~ 28.75%

%20.31
%50.94
%28.75

CMYK color model

#41A35C color CMYK value is (60,0,44,36).

  • cyan value is 60.12%
  • magenta value is 0.00%
  • yellow value is 43.56%
  • key color value is 36.08%
CMYK:
(60,0,44,36)
C60M0Y44K36 
(60%,0%,44%,36%)
(0.60/0.00/0.44/0.36)	

CMYK percentages

%60.12
%0
%43.56
%36.08

Codes

Color #41A35C in popluar color models

41A35C
RGB6516392
HSL137°42.98%44.71%
HSB/HSV137°60.12%63.92%
CMYK60.12%0.00%43.56%
36.08%

Color #41A35C in popluar number systems.

HEX41A35C
Decimal6516392
Binary1000001101000111011100
Octal101243134

Shades and tints

Shades of #41A35C

#41A35C
(65,163,92)
#3C9554
(60,149,84)
#37874C
(55,135,76)
#327944
(50,121,68)
#2D6B3C
(45,107,60)
#285D34
(40,93,52)
#234F2C
(35,79,44)
#1E4124
(30,65,36)
#19331C
(25,51,28)
#142514
(20,37,20)
#0F170C
(15,23,12)
#000000
(0,0,0)

Tints of #41A35C

#41A35C
(65,163,92)
#52AB6A
(82,171,106)
#63B378
(99,179,120)
#74BB86
(116,187,134)
#85C394
(133,195,148)
#96CBA2
(150,203,162)
#A7D3B0
(167,211,176)
#B8DBBE
(184,219,190)
#C9E3CC
(201,227,204)
#DAEBDA
(218,235,218)
#EBF3E8
(235,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41A35C; }

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

This text font color is #41A35C.


Background Color

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

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

This div background color is #41A35C.


Border color

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

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

This div border color is #41A35C.


Opacity

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

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

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

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

This text has shadow with #41A35C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41A35C on black background.


Color preview on white background

This text has color #41A35C on white background.



Black color preview on #41A35C background

This text has black color on #41A35C background.


White color preview on #41A35C background

This text has white color on #41A35C background.