HEX: #41AD48
RGB: (65,173,72)
#41AD48 contains mainly green color. Web safe color of #41AD48 is #339933 (or #393).
#41AD48 color RGB value is (65,173,72).
RGB: (65,173,72)
(25%, 68%, 28%)
R 65 of 255 = 25%
G 173 of 255 = 68%
B 72 of 255 = 28%
R + G + B ~ 40%. #41AD48 is middle color (not dark and not light).
R + G + B = 65 + 173 + 72 = 310 (100%)
R 65 of 310 ~ 20.97%
G 173 of 310 ~ 55.81%
B 72 of 310 ~ 23.23'%
#41AD48 color CMYK value is (62,0,58,32).
CMYK: (62,0,58,32) C62M0Y58K32 (62%,0%,58%,32%) (0.62/0.00/0.58/0.32)
Color #41AD48 in popluar color models
41 | AD | 48 | |
---|---|---|---|
RGB | 65 | 173 | 72 |
HSL | 124° | 45.38% | 46.67% |
HSB/HSV | 124° | 62.43% | 67.84% |
CMYK | 62.43% | 0.00% | 58.38% |
32.16% |
Color #41AD48 in popluar number systems.
HEX | 41 | AD | 48 |
Decimal | 65 | 173 | 72 |
Binary | 1000001 | 10101101 | 1001000 |
Octal | 101 | 255 | 110 |
Shades of #41AD48
Tints of #41AD48
Examples of css and html codes for elements with #41AD48 color. Also use rgb(65,173,72) instead hex code.
.myTextColor { color: #41AD48; }
<p style="color:#41AD48">This sample text font color is #41AD48.</p>
This text font color is #41AD48.
.myBgColor { background-color: #41AD48; }
<div style="background-color:#41AD48">Inner text</div>
This div background color is #41AD48.
.myBorderColor { border: 1px solid #41AD48; }
<div style="border:3px solid #41AD48">Div</div>
This div border color is #41AD48.
.myOpacity80 { color: #41AD48; opacity: 0.8; }
<p style="color:#41AD48;opacity:0.8;">80%</p>
Text with #41AD48 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #41AD48;}
<p style="text-shadow: 3px 3px 1px #41AD48">Text here.</p>
This text has shadow with #41AD48 color.
.textShadow {text-shadow: 3px 3px 1px #41AD48', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #41AD48, 5px 5px 20px red">Text here.</p>
This text has shadow with #41AD48 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#41AD48, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#41AD48, Direction=45, Strength=4)">Text</p>
This text has shadow with #41AD48 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #41AD48;
-webkit-box-shadow: 1px 1px 3px 2px #41AD48;
box-shadow: 1px 1px 3px 2px #41AD48;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #41AD48; -webkit-box-shadow: 1px 1px 3px 2px #41AD48; box-shadow:1px 1px 3px 2px #41AD48;">
Div content here
</div>
This text has color #41AD48 on black background.
This text has color #41AD48 on white background.
This text has black color on #41AD48 background.
This text has white color on #41AD48 background.
Complementary color for #hex is #BE52B7.