COLOR #49A547

HEX: #49A547 RGB: (73,165,71)

Color info

#49A547 contains mainly green color. Web safe color of #49A547 is #339933 (or #393).

RGB color model

#49A547 color RGB value is (73,165,71).

RGB: (73,165,71) (29%, 65%, 28%)

RGB channels and saturation

R 73 of 255 = 29%
G 165 of 255 = 65%
B 71 of 255 = 28%

73
165
71

R + G + B ~ 41%. #49A547 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 73 + 165 + 71 = 309 (100%)
R 73 of 309 ~ 23.62%
G 165 of 309 ~ 53.4%
B 71 of 309 ~ 22.98'%

%23.62
%53.4
%22.98

CMYK color model

#49A547 color CMYK value is (56,0,57,35).

  • cyan value is 55.76%
  • magenta value is 0.00%
  • yellow value is 56.97%
  • key color value is 35.29%

CMYK: (56,0,57,35)
C56M0Y57K35 (56%, 0%, 57%, 35%)
(0.56 / 0.00 / 0.57 / 0.35)

CMYK percentages

%55.76
%0
%56.97
%35.29

Codes

Color #49A547 in popluar color models

49 A5 47
RGB 73 165 71
HSL 119° 39.83% 46.27%
HSB/HSV 119° 56.97% 64.71%
CMYK 55.76% 0.00% 56.97%
35.29%

Color #49A547 in popluar number systems.

HEX 49 A5 47
Decimal 73 165 71
Binary 1001001 10100101 1000111
Octal 111 245 107

Shades and tints

Shades of #49A547

#49A547
(73,165,71)
#439641
(67,150,65)
#3D873B
(61,135,59)
#377835
(55,120,53)
#31692F
(49,105,47)
#2B5A29
(43,90,41)
#254B23
(37,75,35)
#1F3C1D
(31,60,29)
#192D17
(25,45,23)
#131E11
(19,30,17)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #49A547

#49A547
(73,165,71)
#59AD57
(89,173,87)
#69B567
(105,181,103)
#79BD77
(121,189,119)
#89C587
(137,197,135)
#99CD97
(153,205,151)
#A9D5A7
(169,213,167)
#B9DDB7
(185,221,183)
#C9E5C7
(201,229,199)
#D9EDD7
(217,237,215)
#E9F5E7
(233,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49A547 color. Also use rgb(73,165,71) instead hex code.

Text Font Color

.myTextColor { color: #49A547; }

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

This text font color is #49A547.

Background Color

.myBgColor { background-color: #49A547; }

<div style="background-color:#49A547">Inner text</div>

This div background color is #49A547.

Border color

.myBorderColor { border: 1px solid #49A547; }

<div style="border:3px solid #49A547">Div</div>

This div border color is #49A547.

Opacity

.myOpacity80 { color: #49A547; opacity: 0.8; }

<p style="color:#49A547;opacity:0.8;">80%</p>

Text with #49A547 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 #49A547;}

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

This text has shadow with #49A547 color.


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

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

This text has shadow with #49A547 primary color and red secondary color.


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

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

This text has shadow with #49A547 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #49A547.

Preview

Color preview on black background

This text has color #49A547 on black background.


Color preview on white background

This text has color #49A547 on white background.


Black color preview on #49A547 background

This text has black color on #49A547 background.


White color preview on #49A547 background

This text has white color on #49A547 background.


Related colors

Complementary color

Complementary color for #hex is #B65AB8.


I love getcolorcode.com

Triadic colors

1 #4749A5 and #A54749 with #49A547 are triadic colors.

2 #47A549 and #A54947 with #49A547 are triadic colors.