HEX: #4AAD49
RGB: (74,173,73)
#4AAD49 contains mainly green color. Web safe color of #4AAD49 is #339933 (or #393).
#4AAD49 color RGB value is (74,173,73).
RGB: (74,173,73)
(29%, 68%, 29%)
R 74 of 255 = 29%
G 173 of 255 = 68%
B 73 of 255 = 29%
R + G + B ~ 42%. #4AAD49 is middle color (not dark and not light).
R + G + B = 74 + 173 + 73 = 320 (100%)
R 74 of 320 ~ 23.13%
G 173 of 320 ~ 54.06%
B 73 of 320 ~ 22.81'%
#4AAD49 color CMYK value is (57,0,58,32).
CMYK: (57,0,58,32) C57M0Y58K32 (57%,0%,58%,32%) (0.57/0.00/0.58/0.32)
Color #4AAD49 in popluar color models
4A | AD | 49 | |
---|---|---|---|
RGB | 74 | 173 | 73 |
HSL | 119° | 40.65% | 48.24% |
HSB/HSV | 119° | 57.80% | 67.84% |
CMYK | 57.23% | 0.00% | 57.80% |
32.16% |
Color #4AAD49 in popluar number systems.
HEX | 4A | AD | 49 |
Decimal | 74 | 173 | 73 |
Binary | 1001010 | 10101101 | 1001001 |
Octal | 112 | 255 | 111 |
Shades of #4AAD49
Tints of #4AAD49
Examples of css and html codes for elements with #4AAD49 color. Also use rgb(74,173,73) instead hex code.
.myTextColor { color: #4AAD49; }
<p style="color:#4AAD49">This sample text font color is #4AAD49.</p>
This text font color is #4AAD49.
.myBgColor { background-color: #4AAD49; }
<div style="background-color:#4AAD49">Inner text</div>
This div background color is #4AAD49.
.myBorderColor { border: 1px solid #4AAD49; }
<div style="border:3px solid #4AAD49">Div</div>
This div border color is #4AAD49.
.myOpacity80 { color: #4AAD49; opacity: 0.8; }
<p style="color:#4AAD49;opacity:0.8;">80%</p>
Text with #4AAD49 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4AAD49;}
<p style="text-shadow: 3px 3px 1px #4AAD49">Text here.</p>
This text has shadow with #4AAD49 color.
.textShadow {text-shadow: 3px 3px 1px #4AAD49', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4AAD49, 5px 5px 20px red">Text here.</p>
This text has shadow with #4AAD49 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4AAD49, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4AAD49, Direction=45, Strength=4)">Text</p>
This text has shadow with #4AAD49 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4AAD49;
-webkit-box-shadow: 1px 1px 3px 2px #4AAD49;
box-shadow: 1px 1px 3px 2px #4AAD49;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4AAD49; -webkit-box-shadow: 1px 1px 3px 2px #4AAD49; box-shadow:1px 1px 3px 2px #4AAD49;">
Div content here
</div>
This text has color #4AAD49 on black background.
This text has color #4AAD49 on white background.
This text has black color on #4AAD49 background.
This text has white color on #4AAD49 background.
Complementary color for #hex is #B552B6.