COLOR #499B16

HEX: #499B16
RGB: (73,155,22)

Renk bilgisi

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

RGB renk modeli

#499B16 color RGB value is (73,155,22).

  • kırmız ton 73;
  • yeşil ton 155;
  • mavi ton 22.
RGB:
(73,155,22)
(29%,61%,9%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 155 of 255 = 61%
B 22 of 255 = 9%

73
155
22

R + G + B ~ 33%. #499B16 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 155 + 22 = 250 (100%)
R 73 of 250 ~ 29.2%
G 155 of 250 ~ 62%
B 22 of 250 ~ 8.8%

%29.2
%62

CMYK RENK MODELİ

#499B16 rengi CMYK tonu (53,0,86,39).

  • camgöbeği tonu 52.90%
  • eflatun tonu 0.00%
  • sarı tonu 85.81%
  • ana renk tonu 39.22%
CMYK:
(53,0,86,39)
C53M0Y86K39 
(53%,0%,86%,39%)
(0.53/0.00/0.86/0.39)	

CMYK yüzdeleri

%52.9
%0
%85.81
%39.22

Codes

Color #499B16 in popluar color models

499B16
RGB7315522
HSL97°75.14%34.71%
HSB/HSV97°85.81%60.78%
CMYK52.90%0.00%85.81%
39.22%

Color #499B16 in popluar number systems.

HEX499B16
Decimal7315522
Binary10010011001101110110
Octal11123326

Shades and tints

Shades of #499B16

#499B16
(73,155,22)
#438D14
(67,141,20)
#3D7F12
(61,127,18)
#377110
(55,113,16)
#31630E
(49,99,14)
#2B550C
(43,85,12)
#25470A
(37,71,10)
#1F3908
(31,57,8)
#192B06
(25,43,6)
#131D04
(19,29,4)
#0D0F02
(13,15,2)
#000000
(0,0,0)

Tints of #499B16

#499B16
(73,155,22)
#59A42B
(89,164,43)
#69AD40
(105,173,64)
#79B655
(121,182,85)
#89BF6A
(137,191,106)
#99C87F
(153,200,127)
#A9D194
(169,209,148)
#B9DAA9
(185,218,169)
#C9E3BE
(201,227,190)
#D9ECD3
(217,236,211)
#E9F5E8
(233,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #499B16; }

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

This text font color is #499B16.


Background Color

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

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

This div background color is #499B16.


Border color

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

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

This div border color is #499B16.


Opacity

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

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

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

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

This text has shadow with #499B16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499B16 on black background.


Color preview on white background

This text has color #499B16 on white background.



Black color preview on #499B16 background

This text has black color on #499B16 background.


White color preview on #499B16 background

This text has white color on #499B16 background.