COLOR #49C05A

HEX: #49C05A
RGB: (73,192,90)

Color info

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

RGB color model

#49C05A color RGB value is (73,192,90).

  • red value is 73;
  • green value is 192;
  • blue value is 90.
RGB:
(73,192,90)
(29%,75%,35%)

RGB channels and saturation

R 73 of 255 = 29%
G 192 of 255 = 75%
B 90 of 255 = 35%

73
192
90

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

Portions of RGB colors in percentages

R + G + B =
73 + 192 + 90 = 355 (100%)
R 73 of 355 ~ 20.56%
G 192 of 355 ~ 54.08%
B 90 of 355 ~ 25.35%

%20.56
%54.08
%25.35

CMYK color model

#49C05A color CMYK value is (62,0,53,25).

  • cyan value is 61.98%
  • magenta value is 0.00%
  • yellow value is 53.13%
  • key color value is 24.71%
CMYK:
(62,0,53,25)
C62M0Y53K25 
(62%,0%,53%,25%)
(0.62/0.00/0.53/0.25)	

CMYK percentages

%61.98
%0
%53.13
%24.71

Codes

Color #49C05A in popluar color models

49C05A
RGB7319290
HSL129°48.57%51.96%
HSB/HSV129°61.98%75.29%
CMYK61.98%0.00%53.13%
24.71%

Color #49C05A in popluar number systems.

HEX49C05A
Decimal7319290
Binary1001001110000001011010
Octal111300132

Shades and tints

Shades of #49C05A

#49C05A
(73,192,90)
#43AF52
(67,175,82)
#3D9E4A
(61,158,74)
#378D42
(55,141,66)
#317C3A
(49,124,58)
#2B6B32
(43,107,50)
#255A2A
(37,90,42)
#1F4922
(31,73,34)
#19381A
(25,56,26)
#132712
(19,39,18)
#0D160A
(13,22,10)
#000000
(0,0,0)

Tints of #49C05A

#49C05A
(73,192,90)
#59C569
(89,197,105)
#69CA78
(105,202,120)
#79CF87
(121,207,135)
#89D496
(137,212,150)
#99D9A5
(153,217,165)
#A9DEB4
(169,222,180)
#B9E3C3
(185,227,195)
#C9E8D2
(201,232,210)
#D9EDE1
(217,237,225)
#E9F2F0
(233,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49C05A; }

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

This text font color is #49C05A.


Background Color

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

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

This div background color is #49C05A.


Border color

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

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

This div border color is #49C05A.


Opacity

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

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

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

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

This text has shadow with #49C05A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49C05A on black background.


Color preview on white background

This text has color #49C05A on white background.



Black color preview on #49C05A background

This text has black color on #49C05A background.


White color preview on #49C05A background

This text has white color on #49C05A background.