COLOR #49AE26

HEX: #49AE26
RGB: (73,174,38)

Color info

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

RGB color model

#49AE26 color RGB value is (73,174,38).

  • red value is 73;
  • green value is 174;
  • blue value is 38.
RGB:
(73,174,38)
(29%,68%,15%)

RGB channels and saturation

R 73 of 255 = 29%
G 174 of 255 = 68%
B 38 of 255 = 15%

73
174
38

R + G + B ~ 37%. #49AE26 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 174 + 38 = 285 (100%)
R 73 of 285 ~ 25.61%
G 174 of 285 ~ 61.05%
B 38 of 285 ~ 13.33%

%25.61
%61.05
%13.33

CMYK color model

#49AE26 color CMYK value is (58,0,78,32).

  • cyan value is 58.05%
  • magenta value is 0.00%
  • yellow value is 78.16%
  • key color value is 31.76%
CMYK:
(58,0,78,32)
C58M0Y78K32 
(58%,0%,78%,32%)
(0.58/0.00/0.78/0.32)	

CMYK percentages

%58.05
%0
%78.16
%31.76

Codes

Color #49AE26 in popluar color models

49AE26
RGB7317438
HSL105°64.15%41.57%
HSB/HSV105°78.16%68.24%
CMYK58.05%0.00%78.16%
31.76%

Color #49AE26 in popluar number systems.

HEX49AE26
Decimal7317438
Binary100100110101110100110
Octal11125646

Shades and tints

Shades of #49AE26

#49AE26
(73,174,38)
#439F23
(67,159,35)
#3D9020
(61,144,32)
#37811D
(55,129,29)
#31721A
(49,114,26)
#2B6317
(43,99,23)
#255414
(37,84,20)
#1F4511
(31,69,17)
#19360E
(25,54,14)
#13270B
(19,39,11)
#0D1808
(13,24,8)
#000000
(0,0,0)

Tints of #49AE26

#49AE26
(73,174,38)
#59B539
(89,181,57)
#69BC4C
(105,188,76)
#79C35F
(121,195,95)
#89CA72
(137,202,114)
#99D185
(153,209,133)
#A9D898
(169,216,152)
#B9DFAB
(185,223,171)
#C9E6BE
(201,230,190)
#D9EDD1
(217,237,209)
#E9F4E4
(233,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49AE26 color. Also use rgb(73,174,38) instead hex code.

Text Font Color

.myTextColor { color: #49AE26; }

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

This text font color is #49AE26.


Background Color

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

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

This div background color is #49AE26.


Border color

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

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

This div border color is #49AE26.


Opacity

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

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

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

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

This text has shadow with #49AE26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49AE26 on black background.


Color preview on white background

This text has color #49AE26 on white background.



Black color preview on #49AE26 background

This text has black color on #49AE26 background.


White color preview on #49AE26 background

This text has white color on #49AE26 background.