HEX: #49AF4A
RGB: (73,175,74)
#49AF4A contains mainly green color. Web safe color of #49AF4A is #339933 (or #393).
#49AF4A color RGB value is (73,175,74).
RGB: (73,175,74)
(29%, 69%, 29%)
R 73 of 255 = 29%
G 175 of 255 = 69%
B 74 of 255 = 29%
R + G + B ~ 42%. #49AF4A is middle color (not dark and not light).
R + G + B = 73 + 175 + 74 = 322 (100%)
R 73 of 322 ~ 22.67%
G 175 of 322 ~ 54.35%
B 74 of 322 ~ 22.98'%
#49AF4A color CMYK value is (58,0,58,31).
CMYK: (58,0,58,31)
C58M0Y58K31 (58%, 0%, 58%, 31%)
(0.58 / 0.00 / 0.58 / 0.31)
Color #49AF4A in popluar color models
49 | AF | 4A | |
---|---|---|---|
RGB | 73 | 175 | 74 |
HSL | 121° | 41.13% | 48.63% |
HSB/HSV | 121° | 58.29% | 68.63% |
CMYK | 58.29% | 0.00% | 57.71% |
31.37% |
Color #49AF4A in popluar number systems.
HEX | 49 | AF | 4A |
Decimal | 73 | 175 | 74 |
Binary | 1001001 | 10101111 | 1001010 |
Octal | 111 | 257 | 112 |
Shades of #49AF4A
Tints of #49AF4A
Examples of css and html codes for elements with #49AF4A color. Also use rgb(73,175,74) instead hex code.
.myTextColor { color: #49AF4A; }
<p style="color:#49AF4A">This sample text font color is #49AF4A.</p>
This text font color is #49AF4A.
.myBgColor { background-color: #49AF4A; }
<div style="background-color:#49AF4A">Inner text</div>
This div background color is #49AF4A.
.myBorderColor { border: 1px solid #49AF4A; }
<div style="border:3px solid #49AF4A">Div</div>
This div border color is #49AF4A.
.myOpacity80 { color: #49AF4A; opacity: 0.8; }
<p style="color:#49AF4A;opacity:0.8;">80%</p>
Text with #49AF4A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #49AF4A;}
<p style="text-shadow: 3px 3px 1px #49AF4A">Text here.</p>
This text has shadow with #49AF4A color.
.textShadow {text-shadow: 3px 3px 1px #49AF4A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #49AF4A, 5px 5px 20px red">Text here.</p>
This text has shadow with #49AF4A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49AF4A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#49AF4A, Direction=45, Strength=4)">Text</p>
This text has shadow with #49AF4A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #49AF4A;
-webkit-box-shadow: 1px 1px 3px 2px #49AF4A;
box-shadow: 1px 1px 3px 2px #49AF4A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #49AF4A; -webkit-box-shadow: 1px 1px 3px 2px #49AF4A; box-shadow:1px 1px 3px 2px #49AF4A;">
Div content here
</div>
This text has color #49AF4A on black background.
This text has color #49AF4A on white background.
This text has black color on #49AF4A background.
This text has white color on #49AF4A background.
Complementary color for #hex is #B650B5.