COLOR #499014

HEX: #499014
RGB: (73,144,20)

Renk bilgisi

#499014 contains mainly green color. #499014 ‘ nin web güvenlik rengi #339900 (ya da #390) dir.

RGB renk modeli

#499014 color RGB value is (73,144,20).

  • kırmız ton 73;
  • yeşil ton 144;
  • mavi ton 20.
RGB:
(73,144,20)
(29%,56%,8%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 144 of 255 = 56%
B 20 of 255 = 8%

73
144
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 144 + 20 = 237 (100%)
R 73 of 237 ~ 30.8%
G 144 of 237 ~ 60.76%
B 20 of 237 ~ 8.44%

%30.8
%60.76

CMYK RENK MODELİ

#499014 rengi CMYK tonu (49,0,86,44).

  • camgöbeği tonu 49.31%
  • eflatun tonu 0.00%
  • sarı tonu 86.11%
  • ana renk tonu 43.53%
CMYK:
(49,0,86,44)
C49M0Y86K44 
(49%,0%,86%,44%)
(0.49/0.00/0.86/0.44)	

CMYK yüzdeleri

%49.31
%0
%86.11
%43.53

Codes

Color #499014 in popluar color models

499014
RGB7314420
HSL94°75.61%32.16%
HSB/HSV94°86.11%56.47%
CMYK49.31%0.00%86.11%
43.53%

Color #499014 in popluar number systems.

HEX499014
Decimal7314420
Binary10010011001000010100
Octal11122024

Shades and tints

Shades of #499014

#499014
(73,144,20)
#438313
(67,131,19)
#3D7612
(61,118,18)
#376911
(55,105,17)
#315C10
(49,92,16)
#2B4F0F
(43,79,15)
#25420E
(37,66,14)
#1F350D
(31,53,13)
#19280C
(25,40,12)
#131B0B
(19,27,11)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #499014

#499014
(73,144,20)
#599A29
(89,154,41)
#69A43E
(105,164,62)
#79AE53
(121,174,83)
#89B868
(137,184,104)
#99C27D
(153,194,125)
#A9CC92
(169,204,146)
#B9D6A7
(185,214,167)
#C9E0BC
(201,224,188)
#D9EAD1
(217,234,209)
#E9F4E6
(233,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #499014 color. Also use rgb(73,144,20) instead hex code.

Text Font Color

.myTextColor { color: #499014; }

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

This text font color is #499014.


Background Color

.myBgColor { background-color: #499014; }

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

This div background color is #499014.


Border color

.myBorderColor { border: 1px solid #499014; }

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

This div border color is #499014.


Opacity

.myOpacity80 { color: #499014; opacity: 0.8; }

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

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

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

This text has shadow with #499014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499014 on black background.


Color preview on white background

This text has color #499014 on white background.



Black color preview on #499014 background

This text has black color on #499014 background.


White color preview on #499014 background

This text has white color on #499014 background.