COLOR #498D19

HEX: #498D19
RGB: (73,141,25)

Color info

#498D19 contains mainly green color. Web safe color of #498D19 is #339900 (or #390).

RGB color model

#498D19 color RGB value is (73,141,25).

  • red value is 73;
  • green value is 141;
  • blue value is 25.
RGB:
(73,141,25)
(29%,55%,10%)

RGB channels and saturation

R 73 of 255 = 29%
G 141 of 255 = 55%
B 25 of 255 = 10%

73
141
25

R + G + B ~ 31%. #498D19 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 141 + 25 = 239 (100%)
R 73 of 239 ~ 30.54%
G 141 of 239 ~ 59%
B 25 of 239 ~ 10.46%

%30.54
%59
%10.46

CMYK color model

#498D19 color CMYK value is (48,0,82,45).

  • cyan value is 48.23%
  • magenta value is 0.00%
  • yellow value is 82.27%
  • key color value is 44.71%
CMYK:
(48,0,82,45)
C48M0Y82K45 
(48%,0%,82%,45%)
(0.48/0.00/0.82/0.45)	

CMYK percentages

%48.23
%0
%82.27
%44.71

Codes

Color #498D19 in popluar color models

498D19
RGB7314125
HSL95°69.88%32.55%
HSB/HSV95°82.27%55.29%
CMYK48.23%0.00%82.27%
44.71%

Color #498D19 in popluar number systems.

HEX498D19
Decimal7314125
Binary10010011000110111001
Octal11121531

Shades and tints

Shades of #498D19

#498D19
(73,141,25)
#438117
(67,129,23)
#3D7515
(61,117,21)
#376913
(55,105,19)
#315D11
(49,93,17)
#2B510F
(43,81,15)
#25450D
(37,69,13)
#1F390B
(31,57,11)
#192D09
(25,45,9)
#132107
(19,33,7)
#0D1505
(13,21,5)
#000000
(0,0,0)

Tints of #498D19

#498D19
(73,141,25)
#59972D
(89,151,45)
#69A141
(105,161,65)
#79AB55
(121,171,85)
#89B569
(137,181,105)
#99BF7D
(153,191,125)
#A9C991
(169,201,145)
#B9D3A5
(185,211,165)
#C9DDB9
(201,221,185)
#D9E7CD
(217,231,205)
#E9F1E1
(233,241,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498D19 color. Also use rgb(73,141,25) instead hex code.

Text Font Color

.myTextColor { color: #498D19; }

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

This text font color is #498D19.


Background Color

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

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

This div background color is #498D19.


Border color

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

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

This div border color is #498D19.


Opacity

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

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

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

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

This text has shadow with #498D19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498D19 on black background.


Color preview on white background

This text has color #498D19 on white background.



Black color preview on #498D19 background

This text has black color on #498D19 background.


White color preview on #498D19 background

This text has white color on #498D19 background.