COLOR #49C077

HEX: #49C077 RGB: (73,192,119)

Color info

#49C077 contains mainly green color. Web safe color of #49C077 is #33CC66 (or #3C6).

RGB color model

#49C077 color RGB value is (73,192,119).

RGB: (73,192,119) (29%, 75%, 47%)

RGB channels and saturation

R 73 of 255 = 29%
G 192 of 255 = 75%
B 119 of 255 = 47%

73
192
119

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

Portions of RGB colors in percentages

R + G + B = 73 + 192 + 119 = 384 (100%)
R 73 of 384 ~ 19.01%
G 192 of 384 ~ 50%
B 119 of 384 ~ 30.99'%

%19.01
%50
%30.99

CMYK color model

#49C077 color CMYK value is (62,0,38,25).

  • cyan value is 61.98%
  • magenta value is 0.00%
  • yellow value is 38.02%
  • key color value is 24.71%

CMYK: (62,0,38,25)
C62M0Y38K25 (62%, 0%, 38%, 25%)
(0.62 / 0.00 / 0.38 / 0.25)

CMYK percentages

%61.98
%0
%38.02
%24.71

Codes

Color #49C077 in popluar color models

49 C0 77
RGB 73 192 119
HSL 143° 48.57% 51.96%
HSB/HSV 143° 61.98% 75.29%
CMYK 61.98% 0.00% 38.02%
24.71%

Color #49C077 in popluar number systems.

HEX 49 C0 77
Decimal 73 192 119
Binary 1001001 11000000 1110111
Octal 111 300 167

Shades and tints

Shades of #49C077

#49C077
(73,192,119)
#43AF6D
(67,175,109)
#3D9E63
(61,158,99)
#378D59
(55,141,89)
#317C4F
(49,124,79)
#2B6B45
(43,107,69)
#255A3B
(37,90,59)
#1F4931
(31,73,49)
#193827
(25,56,39)
#13271D
(19,39,29)
#0D1613
(13,22,19)
#000000
(0,0,0)

Tints of #49C077

#49C077
(73,192,119)
#59C583
(89,197,131)
#69CA8F
(105,202,143)
#79CF9B
(121,207,155)
#89D4A7
(137,212,167)
#99D9B3
(153,217,179)
#A9DEBF
(169,222,191)
#B9E3CB
(185,227,203)
#C9E8D7
(201,232,215)
#D9EDE3
(217,237,227)
#E9F2EF
(233,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49C077 color. Also use rgb(73,192,119) instead hex code.

Text Font Color

.myTextColor { color: #49C077; }

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

This text font color is #49C077.

Background Color

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

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

This div background color is #49C077.

Border color

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

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

This div border color is #49C077.

Opacity

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

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

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

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

This text has shadow with #49C077 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #49C077.

Preview

Color preview on black background

This text has color #49C077 on black background.


Color preview on white background

This text has color #49C077 on white background.


Black color preview on #49C077 background

This text has black color on #49C077 background.


White color preview on #49C077 background

This text has white color on #49C077 background.


Related colors

Complementary color

Complementary color for #hex is #B63F88.


I love getcolorcode.com

Triadic colors

1 #7749C0 and #C07749 with #49C077 are triadic colors.

2 #77C049 and #C04977 with #49C077 are triadic colors.