COLOR #49B059

HEX: #49B059
RGB: (73,176,89)

Color info

#49B059 contains mainly green color. Web safe color of #49B059 is #339966 (or #396).

RGB color model

#49B059 color RGB value is (73,176,89).

  • red value is 73;
  • green value is 176;
  • blue value is 89.
RGB:
(73,176,89)
(29%,69%,35%)

RGB channels and saturation

R 73 of 255 = 29%
G 176 of 255 = 69%
B 89 of 255 = 35%

73
176
89

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

Portions of RGB colors in percentages

R + G + B =
73 + 176 + 89 = 338 (100%)
R 73 of 338 ~ 21.6%
G 176 of 338 ~ 52.07%
B 89 of 338 ~ 26.33%

%21.6
%52.07
%26.33

CMYK color model

#49B059 color CMYK value is (59,0,49,31).

  • cyan value is 58.52%
  • magenta value is 0.00%
  • yellow value is 49.43%
  • key color value is 30.98%
CMYK:
(59,0,49,31)
C59M0Y49K31 
(59%,0%,49%,31%)
(0.59/0.00/0.49/0.31)	

CMYK percentages

%58.52
%0
%49.43
%30.98

Codes

Color #49B059 in popluar color models

49B059
RGB7317689
HSL129°41.37%48.82%
HSB/HSV129°58.52%69.02%
CMYK58.52%0.00%49.43%
30.98%

Color #49B059 in popluar number systems.

HEX49B059
Decimal7317689
Binary1001001101100001011001
Octal111260131

Shades and tints

Shades of #49B059

#49B059
(73,176,89)
#43A051
(67,160,81)
#3D9049
(61,144,73)
#378041
(55,128,65)
#317039
(49,112,57)
#2B6031
(43,96,49)
#255029
(37,80,41)
#1F4021
(31,64,33)
#193019
(25,48,25)
#132011
(19,32,17)
#0D1009
(13,16,9)
#000000
(0,0,0)

Tints of #49B059

#49B059
(73,176,89)
#59B768
(89,183,104)
#69BE77
(105,190,119)
#79C586
(121,197,134)
#89CC95
(137,204,149)
#99D3A4
(153,211,164)
#A9DAB3
(169,218,179)
#B9E1C2
(185,225,194)
#C9E8D1
(201,232,209)
#D9EFE0
(217,239,224)
#E9F6EF
(233,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49B059 color. Also use rgb(73,176,89) instead hex code.

Text Font Color

.myTextColor { color: #49B059; }

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

This text font color is #49B059.


Background Color

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

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

This div background color is #49B059.


Border color

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

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

This div border color is #49B059.


Opacity

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

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

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

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

This text has shadow with #49B059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49B059 on black background.


Color preview on white background

This text has color #49B059 on white background.



Black color preview on #49B059 background

This text has black color on #49B059 background.


White color preview on #49B059 background

This text has white color on #49B059 background.