COLOR #499B52

HEX: #499B52 RGB: (73,155,82)

Color info

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

RGB color model

#499B52 color RGB value is (73,155,82).

RGB: (73,155,82) (29%, 61%, 32%)

RGB channels and saturation

R 73 of 255 = 29%
G 155 of 255 = 61%
B 82 of 255 = 32%

73
155
82

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

Portions of RGB colors in percentages

R + G + B = 73 + 155 + 82 = 310 (100%)
R 73 of 310 ~ 23.55%
G 155 of 310 ~ 50%
B 82 of 310 ~ 26.45'%

%23.55
%50
%26.45

CMYK color model

#499B52 color CMYK value is (53,0,47,39).

  • cyan value is 52.90%
  • magenta value is 0.00%
  • yellow value is 47.10%
  • key color value is 39.22%

CMYK: (53,0,47,39)
C53M0Y47K39 (53%, 0%, 47%, 39%)
(0.53 / 0.00 / 0.47 / 0.39)

CMYK percentages

%52.9
%0
%47.1
%39.22

Codes

Color #499B52 in popluar color models

49 9B 52
RGB 73 155 82
HSL 127° 35.96% 44.71%
HSB/HSV 127° 52.90% 60.78%
CMYK 52.90% 0.00% 47.10%
39.22%

Color #499B52 in popluar number systems.

HEX 49 9B 52
Decimal 73 155 82
Binary 1001001 10011011 1010010
Octal 111 233 122

Shades and tints

Shades of #499B52

#499B52
(73,155,82)
#438D4B
(67,141,75)
#3D7F44
(61,127,68)
#37713D
(55,113,61)
#316336
(49,99,54)
#2B552F
(43,85,47)
#254728
(37,71,40)
#1F3921
(31,57,33)
#192B1A
(25,43,26)
#131D13
(19,29,19)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #499B52

#499B52
(73,155,82)
#59A461
(89,164,97)
#69AD70
(105,173,112)
#79B67F
(121,182,127)
#89BF8E
(137,191,142)
#99C89D
(153,200,157)
#A9D1AC
(169,209,172)
#B9DABB
(185,218,187)
#C9E3CA
(201,227,202)
#D9ECD9
(217,236,217)
#E9F5E8
(233,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #499B52; }

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

This text font color is #499B52.

Background Color

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

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

This div background color is #499B52.

Border color

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

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

This div border color is #499B52.

Opacity

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

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

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

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

This text has shadow with #499B52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #499B52.

Preview

Color preview on black background

This text has color #499B52 on black background.


Color preview on white background

This text has color #499B52 on white background.


Black color preview on #499B52 background

This text has black color on #499B52 background.


White color preview on #499B52 background

This text has white color on #499B52 background.


Related colors

Complementary color

Complementary color for #hex is #B664AD.


I love getcolorcode.com

Triadic colors

1 #52499B and #9B5249 with #499B52 are triadic colors.

2 #529B49 and #9B4952 with #499B52 are triadic colors.