COLOR #41A043

HEX: #41A043 RGB: (65,160,67)

Color info

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

RGB color model

#41A043 color RGB value is (65,160,67).

RGB: (65,160,67) (25%, 63%, 26%)

RGB channels and saturation

R 65 of 255 = 25%
G 160 of 255 = 63%
B 67 of 255 = 26%

65
160
67

R + G + B ~ 38%. #41A043 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 160 + 67 = 292 (100%)
R 65 of 292 ~ 22.26%
G 160 of 292 ~ 54.79%
B 67 of 292 ~ 22.95'%

%22.26
%54.79
%22.95

CMYK color model

#41A043 color CMYK value is (59,0,58,37).

  • cyan value is 59.38%
  • magenta value is 0.00%
  • yellow value is 58.13%
  • key color value is 37.25%

CMYK: (59,0,58,37)
C59M0Y58K37 (59%, 0%, 58%, 37%)
(0.59 / 0.00 / 0.58 / 0.37)

CMYK percentages

%59.38
%0
%58.13
%37.25

Codes

Color #41A043 in popluar color models

41 A0 43
RGB 65 160 67
HSL 121° 42.22% 44.12%
HSB/HSV 121° 59.38% 62.75%
CMYK 59.38% 0.00% 58.13%
37.25%

Color #41A043 in popluar number systems.

HEX 41 A0 43
Decimal 65 160 67
Binary 1000001 10100000 1000011
Octal 101 240 103

Shades and tints

Shades of #41A043

#41A043
(65,160,67)
#3C923D
(60,146,61)
#378437
(55,132,55)
#327631
(50,118,49)
#2D682B
(45,104,43)
#285A25
(40,90,37)
#234C1F
(35,76,31)
#1E3E19
(30,62,25)
#193013
(25,48,19)
#14220D
(20,34,13)
#0F1407
(15,20,7)
#000000
(0,0,0)

Tints of #41A043

#41A043
(65,160,67)
#52A854
(82,168,84)
#63B065
(99,176,101)
#74B876
(116,184,118)
#85C087
(133,192,135)
#96C898
(150,200,152)
#A7D0A9
(167,208,169)
#B8D8BA
(184,216,186)
#C9E0CB
(201,224,203)
#DAE8DC
(218,232,220)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41A043 color. Also use rgb(65,160,67) instead hex code.

Text Font Color

.myTextColor { color: #41A043; }

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

This text font color is #41A043.

Background Color

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

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

This div background color is #41A043.

Border color

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

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

This div border color is #41A043.

Opacity

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

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

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

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

This text has shadow with #41A043 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41A043.

Preview

Color preview on black background

This text has color #41A043 on black background.


Color preview on white background

This text has color #41A043 on white background.


Black color preview on #41A043 background

This text has black color on #41A043 background.


White color preview on #41A043 background

This text has white color on #41A043 background.


Related colors

Complementary color

Complementary color for #hex is #BE5FBC.


I love getcolorcode.com

Triadic colors

1 #4341A0 and #A04341 with #41A043 are triadic colors.

2 #43A041 and #A04143 with #41A043 are triadic colors.