COLOR #41AC64

HEX: #41AC64 RGB: (65,172,100)

Color info

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

RGB color model

#41AC64 color RGB value is (65,172,100).

RGB: (65,172,100) (25%, 67%, 39%)

RGB channels and saturation

R 65 of 255 = 25%
G 172 of 255 = 67%
B 100 of 255 = 39%

65
172
100

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

Portions of RGB colors in percentages

R + G + B = 65 + 172 + 100 = 337 (100%)
R 65 of 337 ~ 19.29%
G 172 of 337 ~ 51.04%
B 100 of 337 ~ 29.67'%

%19.29
%51.04
%29.67

CMYK color model

#41AC64 color CMYK value is (62,0,42,33).

  • cyan value is 62.21%
  • magenta value is 0.00%
  • yellow value is 41.86%
  • key color value is 32.55%

CMYK: (62,0,42,33)
C62M0Y42K33 (62%, 0%, 42%, 33%)
(0.62 / 0.00 / 0.42 / 0.33)

CMYK percentages

%62.21
%0
%41.86
%32.55

Codes

Color #41AC64 in popluar color models

41 AC 64
RGB 65 172 100
HSL 140° 45.15% 46.47%
HSB/HSV 140° 62.21% 67.45%
CMYK 62.21% 0.00% 41.86%
32.55%

Color #41AC64 in popluar number systems.

HEX 41 AC 64
Decimal 65 172 100
Binary 1000001 10101100 1100100
Octal 101 254 144

Shades and tints

Shades of #41AC64

#41AC64
(65,172,100)
#3C9D5B
(60,157,91)
#378E52
(55,142,82)
#327F49
(50,127,73)
#2D7040
(45,112,64)
#286137
(40,97,55)
#23522E
(35,82,46)
#1E4325
(30,67,37)
#19341C
(25,52,28)
#142513
(20,37,19)
#0F160A
(15,22,10)
#000000
(0,0,0)

Tints of #41AC64

#41AC64
(65,172,100)
#52B372
(82,179,114)
#63BA80
(99,186,128)
#74C18E
(116,193,142)
#85C89C
(133,200,156)
#96CFAA
(150,207,170)
#A7D6B8
(167,214,184)
#B8DDC6
(184,221,198)
#C9E4D4
(201,228,212)
#DAEBE2
(218,235,226)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41AC64 color. Also use rgb(65,172,100) instead hex code.

Text Font Color

.myTextColor { color: #41AC64; }

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

This text font color is #41AC64.

Background Color

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

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

This div background color is #41AC64.

Border color

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

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

This div border color is #41AC64.

Opacity

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

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

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

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

This text has shadow with #41AC64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41AC64.

Preview

Color preview on black background

This text has color #41AC64 on black background.


Color preview on white background

This text has color #41AC64 on white background.


Black color preview on #41AC64 background

This text has black color on #41AC64 background.


White color preview on #41AC64 background

This text has white color on #41AC64 background.


Related colors

Complementary color

Complementary color for #hex is #BE539B.


I love getcolorcode.com

Triadic colors

1 #6441AC and #AC6441 with #41AC64 are triadic colors.

2 #64AC41 and #AC4164 with #41AC64 are triadic colors.