COLOR #498E44

HEX: #498E44 RGB: (73,142,68)

Color info

#498E44 contains mainly green color. Web safe color of #498E44 is #339933 (or #393).

RGB color model

#498E44 color RGB value is (73,142,68).

RGB: (73,142,68) (29%, 56%, 27%)

RGB channels and saturation

R 73 of 255 = 29%
G 142 of 255 = 56%
B 68 of 255 = 27%

73
142
68

R + G + B ~ 37%. #498E44 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 142 + 68 = 283 (100%)
R 73 of 283 ~ 25.8%
G 142 of 283 ~ 50.18%
B 68 of 283 ~ 24.03'%

%25.8
%50.18
%24.03

CMYK color model

#498E44 color CMYK value is (49,0,52,44).

  • cyan value is 48.59%
  • magenta value is 0.00%
  • yellow value is 52.11%
  • key color value is 44.31%

CMYK: (49,0,52,44)
C49M0Y52K44 (49%, 0%, 52%, 44%)
(0.49 / 0.00 / 0.52 / 0.44)

CMYK percentages

%48.59
%0
%52.11
%44.31

Codes

Color #498E44 in popluar color models

49 8E 44
RGB 73 142 68
HSL 116° 35.24% 41.18%
HSB/HSV 116° 52.11% 55.69%
CMYK 48.59% 0.00% 52.11%
44.31%

Color #498E44 in popluar number systems.

HEX 49 8E 44
Decimal 73 142 68
Binary 1001001 10001110 1000100
Octal 111 216 104

Shades and tints

Shades of #498E44

#498E44
(73,142,68)
#43823E
(67,130,62)
#3D7638
(61,118,56)
#376A32
(55,106,50)
#315E2C
(49,94,44)
#2B5226
(43,82,38)
#254620
(37,70,32)
#1F3A1A
(31,58,26)
#192E14
(25,46,20)
#13220E
(19,34,14)
#0D1608
(13,22,8)
#000000
(0,0,0)

Tints of #498E44

#498E44
(73,142,68)
#599855
(89,152,85)
#69A266
(105,162,102)
#79AC77
(121,172,119)
#89B688
(137,182,136)
#99C099
(153,192,153)
#A9CAAA
(169,202,170)
#B9D4BB
(185,212,187)
#C9DECC
(201,222,204)
#D9E8DD
(217,232,221)
#E9F2EE
(233,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498E44 color. Also use rgb(73,142,68) instead hex code.

Text Font Color

.myTextColor { color: #498E44; }

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

This text font color is #498E44.

Background Color

.myBgColor { background-color: #498E44; }

<div style="background-color:#498E44">Inner text</div>

This div background color is #498E44.

Border color

.myBorderColor { border: 1px solid #498E44; }

<div style="border:3px solid #498E44">Div</div>

This div border color is #498E44.

Opacity

.myOpacity80 { color: #498E44; opacity: 0.8; }

<p style="color:#498E44;opacity:0.8;">80%</p>

Text with #498E44 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 #498E44;}

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

This text has shadow with #498E44 color.


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

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

This text has shadow with #498E44 primary color and red secondary color.


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

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

This text has shadow with #498E44 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #498E44.

Preview

Color preview on black background

This text has color #498E44 on black background.


Color preview on white background

This text has color #498E44 on white background.


Black color preview on #498E44 background

This text has black color on #498E44 background.


White color preview on #498E44 background

This text has white color on #498E44 background.


Related colors

Complementary color

Complementary color for #hex is #B671BB.


I love getcolorcode.com

Triadic colors

1 #44498E and #8E4449 with #498E44 are triadic colors.

2 #448E49 and #8E4944 with #498E44 are triadic colors.