COLOR #499B4E

HEX: #499B4E
RGB: (73,155,78)

Color info

#499B4E contains mainly green color. Web safe color of #499B4E is #339966 (or #396).

RGB color model

#499B4E color RGB value is (73,155,78).

  • red value is 73;
  • green value is 155;
  • blue value is 78.
RGB:
(73,155,78)
(29%,61%,31%)

RGB channels and saturation

R 73 of 255 = 29%
G 155 of 255 = 61%
B 78 of 255 = 31%

73
155
78

R + G + B ~ 40%. #499B4E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 155 + 78 = 306 (100%)
R 73 of 306 ~ 23.86%
G 155 of 306 ~ 50.65%
B 78 of 306 ~ 25.49%

%23.86
%50.65
%25.49

CMYK color model

#499B4E color CMYK value is (53,0,50,39).

  • cyan value is 52.90%
  • magenta value is 0.00%
  • yellow value is 49.68%
  • key color value is 39.22%
CMYK:
(53,0,50,39)
C53M0Y50K39 
(53%,0%,50%,39%)
(0.53/0.00/0.50/0.39)	

CMYK percentages

%52.9
%0
%49.68
%39.22

Codes

Color #499B4E in popluar color models

499B4E
RGB7315578
HSL124°35.96%44.71%
HSB/HSV124°52.90%60.78%
CMYK52.90%0.00%49.68%
39.22%

Color #499B4E in popluar number systems.

HEX499B4E
Decimal7315578
Binary1001001100110111001110
Octal111233116

Shades and tints

Shades of #499B4E

#499B4E
(73,155,78)
#438D47
(67,141,71)
#3D7F40
(61,127,64)
#377139
(55,113,57)
#316332
(49,99,50)
#2B552B
(43,85,43)
#254724
(37,71,36)
#1F391D
(31,57,29)
#192B16
(25,43,22)
#131D0F
(19,29,15)
#0D0F08
(13,15,8)
#000000
(0,0,0)

Tints of #499B4E

#499B4E
(73,155,78)
#59A45E
(89,164,94)
#69AD6E
(105,173,110)
#79B67E
(121,182,126)
#89BF8E
(137,191,142)
#99C89E
(153,200,158)
#A9D1AE
(169,209,174)
#B9DABE
(185,218,190)
#C9E3CE
(201,227,206)
#D9ECDE
(217,236,222)
#E9F5EE
(233,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #499B4E color. Also use rgb(73,155,78) instead hex code.

Text Font Color

.myTextColor { color: #499B4E; }

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

This text font color is #499B4E.


Background Color

.myBgColor { background-color: #499B4E; }

<div style="background-color:#499B4E">Inner text</div>

This div background color is #499B4E.


Border color

.myBorderColor { border: 1px solid #499B4E; }

<div style="border:3px solid #499B4E">Div</div>

This div border color is #499B4E.


Opacity

.myOpacity80 { color: #499B4E; opacity: 0.8; }

<p style="color:#499B4E;opacity:0.8;">80%</p>

Text with #499B4E 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 #499B4E;}

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

This text has shadow with #499B4E color.

.textShadow {text-shadow: 3px 3px 1px #499B4E, 3px 3px 1px red;}

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

This text has shadow with #499B4E primary color and red secondary color.


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

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

This text has shadow with #499B4E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499B4E on black background.


Color preview on white background

This text has color #499B4E on white background.



Black color preview on #499B4E background

This text has black color on #499B4E background.


White color preview on #499B4E background

This text has white color on #499B4E background.