COLOR #499A51

HEX: #499A51 RGB: (73,154,81)

Color info

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

RGB color model

#499A51 color RGB value is (73,154,81).

RGB: (73,154,81) (29%, 60%, 32%)

RGB channels and saturation

R 73 of 255 = 29%
G 154 of 255 = 60%
B 81 of 255 = 32%

73
154
81

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

Portions of RGB colors in percentages

R + G + B = 73 + 154 + 81 = 308 (100%)
R 73 of 308 ~ 23.7%
G 154 of 308 ~ 50%
B 81 of 308 ~ 26.3'%

%23.7
%50
%26.3

CMYK color model

#499A51 color CMYK value is (53,0,47,40).

  • cyan value is 52.60%
  • magenta value is 0.00%
  • yellow value is 47.40%
  • key color value is 39.61%

CMYK: (53,0,47,40)
C53M0Y47K40 (53%, 0%, 47%, 40%)
(0.53 / 0.00 / 0.47 / 0.40)

CMYK percentages

%52.6
%0
%47.4
%39.61

Codes

Color #499A51 in popluar color models

49 9A 51
RGB 73 154 81
HSL 126° 35.68% 44.51%
HSB/HSV 126° 52.60% 60.39%
CMYK 52.60% 0.00% 47.40%
39.61%

Color #499A51 in popluar number systems.

HEX 49 9A 51
Decimal 73 154 81
Binary 1001001 10011010 1010001
Octal 111 232 121

Shades and tints

Shades of #499A51

#499A51
(73,154,81)
#438C4A
(67,140,74)
#3D7E43
(61,126,67)
#37703C
(55,112,60)
#316235
(49,98,53)
#2B542E
(43,84,46)
#254627
(37,70,39)
#1F3820
(31,56,32)
#192A19
(25,42,25)
#131C12
(19,28,18)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #499A51

#499A51
(73,154,81)
#59A360
(89,163,96)
#69AC6F
(105,172,111)
#79B57E
(121,181,126)
#89BE8D
(137,190,141)
#99C79C
(153,199,156)
#A9D0AB
(169,208,171)
#B9D9BA
(185,217,186)
#C9E2C9
(201,226,201)
#D9EBD8
(217,235,216)
#E9F4E7
(233,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #499A51 color. Also use rgb(73,154,81) instead hex code.

Text Font Color

.myTextColor { color: #499A51; }

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

This text font color is #499A51.

Background Color

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

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

This div background color is #499A51.

Border color

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

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

This div border color is #499A51.

Opacity

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

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

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

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

This text has shadow with #499A51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #499A51.

Preview

Color preview on black background

This text has color #499A51 on black background.


Color preview on white background

This text has color #499A51 on white background.


Black color preview on #499A51 background

This text has black color on #499A51 background.


White color preview on #499A51 background

This text has white color on #499A51 background.


Related colors

Complementary color

Complementary color for #hex is #B665AE.


I love getcolorcode.com

Triadic colors

1 #51499A and #9A5149 with #499A51 are triadic colors.

2 #519A49 and #9A4951 with #499A51 are triadic colors.