COLOR #41AB40

HEX: #41AB40 RGB: (65,171,64)

Color info

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

RGB color model

#41AB40 color RGB value is (65,171,64).

RGB: (65,171,64) (25%, 67%, 25%)

RGB channels and saturation

R 65 of 255 = 25%
G 171 of 255 = 67%
B 64 of 255 = 25%

65
171
64

R + G + B ~ 39%. #41AB40 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 171 + 64 = 300 (100%)
R 65 of 300 ~ 21.67%
G 171 of 300 ~ 57%
B 64 of 300 ~ 21.33'%

%21.67
%57
%21.33

CMYK color model

#41AB40 color CMYK value is (62,0,63,33).

  • cyan value is 61.99%
  • magenta value is 0.00%
  • yellow value is 62.57%
  • key color value is 32.94%

CMYK: (62,0,63,33)
C62M0Y63K33 (62%, 0%, 63%, 33%)
(0.62 / 0.00 / 0.63 / 0.33)

CMYK percentages

%61.99
%0
%62.57
%32.94

Codes

Color #41AB40 in popluar color models

41 AB 40
RGB 65 171 64
HSL 119° 45.53% 46.08%
HSB/HSV 119° 62.57% 67.06%
CMYK 61.99% 0.00% 62.57%
32.94%

Color #41AB40 in popluar number systems.

HEX 41 AB 40
Decimal 65 171 64
Binary 1000001 10101011 1000000
Octal 101 253 100

Shades and tints

Shades of #41AB40

#41AB40
(65,171,64)
#3C9C3B
(60,156,59)
#378D36
(55,141,54)
#327E31
(50,126,49)
#2D6F2C
(45,111,44)
#286027
(40,96,39)
#235122
(35,81,34)
#1E421D
(30,66,29)
#193318
(25,51,24)
#142413
(20,36,19)
#0F150E
(15,21,14)
#000000
(0,0,0)

Tints of #41AB40

#41AB40
(65,171,64)
#52B251
(82,178,81)
#63B962
(99,185,98)
#74C073
(116,192,115)
#85C784
(133,199,132)
#96CE95
(150,206,149)
#A7D5A6
(167,213,166)
#B8DCB7
(184,220,183)
#C9E3C8
(201,227,200)
#DAEAD9
(218,234,217)
#EBF1EA
(235,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41AB40 color. Also use rgb(65,171,64) instead hex code.

Text Font Color

.myTextColor { color: #41AB40; }

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

This text font color is #41AB40.

Background Color

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

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

This div background color is #41AB40.

Border color

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

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

This div border color is #41AB40.

Opacity

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

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

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

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

This text has shadow with #41AB40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41AB40.

Preview

Color preview on black background

This text has color #41AB40 on black background.


Color preview on white background

This text has color #41AB40 on white background.


Black color preview on #41AB40 background

This text has black color on #41AB40 background.


White color preview on #41AB40 background

This text has white color on #41AB40 background.


Related colors

Complementary color

Complementary color for #hex is #BE54BF.


I love getcolorcode.com

Triadic colors

1 #4041AB and #AB4041 with #41AB40 are triadic colors.

2 #40AB41 and #AB4140 with #41AB40 are triadic colors.