COLOR #41822C

HEX: #41822C RGB: (65,130,44)

Color info

#41822C contains mainly green color. Web safe color of #41822C is #339933 (or #393).

RGB color model

#41822C color RGB value is (65,130,44).

RGB: (65,130,44) (25%, 51%, 17%)

RGB channels and saturation

R 65 of 255 = 25%
G 130 of 255 = 51%
B 44 of 255 = 17%

65
130
44

R + G + B ~ 31%. #41822C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 130 + 44 = 239 (100%)
R 65 of 239 ~ 27.2%
G 130 of 239 ~ 54.39%
B 44 of 239 ~ 18.41'%

%27.2
%54.39
%18.41

CMYK color model

#41822C color CMYK value is (50,0,66,49).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 66.15%
  • key color value is 49.02%

CMYK: (50,0,66,49)
C50M0Y66K49 (50%, 0%, 66%, 49%)
(0.50 / 0.00 / 0.66 / 0.49)

CMYK percentages

%50
%0
%66.15
%49.02

Codes

Color #41822C in popluar color models

41 82 2C
RGB 65 130 44
HSL 105° 49.43% 34.12%
HSB/HSV 105° 66.15% 50.98%
CMYK 50.00% 0.00% 66.15%
49.02%

Color #41822C in popluar number systems.

HEX 41 82 2C
Decimal 65 130 44
Binary 1000001 10000010 101100
Octal 101 202 54

Shades and tints

Shades of #41822C

#41822C
(65,130,44)
#3C7728
(60,119,40)
#376C24
(55,108,36)
#326120
(50,97,32)
#2D561C
(45,86,28)
#284B18
(40,75,24)
#234014
(35,64,20)
#1E3510
(30,53,16)
#192A0C
(25,42,12)
#141F08
(20,31,8)
#0F1404
(15,20,4)
#000000
(0,0,0)

Tints of #41822C

#41822C
(65,130,44)
#528D3F
(82,141,63)
#639852
(99,152,82)
#74A365
(116,163,101)
#85AE78
(133,174,120)
#96B98B
(150,185,139)
#A7C49E
(167,196,158)
#B8CFB1
(184,207,177)
#C9DAC4
(201,218,196)
#DAE5D7
(218,229,215)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41822C color. Also use rgb(65,130,44) instead hex code.

Text Font Color

.myTextColor { color: #41822C; }

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

This text font color is #41822C.

Background Color

.myBgColor { background-color: #41822C; }

<div style="background-color:#41822C">Inner text</div>

This div background color is #41822C.

Border color

.myBorderColor { border: 1px solid #41822C; }

<div style="border:3px solid #41822C">Div</div>

This div border color is #41822C.

Opacity

.myOpacity80 { color: #41822C; opacity: 0.8; }

<p style="color:#41822C;opacity:0.8;">80%</p>

Text with #41822C 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 #41822C;}

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

This text has shadow with #41822C color.


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

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

This text has shadow with #41822C primary color and red secondary color.


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

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

This text has shadow with #41822C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #41822C.

Preview

Color preview on black background

This text has color #41822C on black background.


Color preview on white background

This text has color #41822C on white background.


Black color preview on #41822C background

This text has black color on #41822C background.


White color preview on #41822C background

This text has white color on #41822C background.


Related colors

Complementary color

Complementary color for #hex is #BE7DD3.


I love getcolorcode.com

Triadic colors

1 #2C4182 and #822C41 with #41822C are triadic colors.

2 #2C8241 and #82412C with #41822C are triadic colors.