COLOR #499600

HEX: #499600
RGB: (73,150,0)

Renk bilgisi

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

RGB renk modeli

#499600 color RGB value is (73,150,0).

  • kırmız ton 73;
  • yeşil ton 150;
  • mavi ton 0.
RGB:
(73,150,0)
(29%,59%,0%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 150 of 255 = 59%
B 0 of 255 = 0%

73
150
0

R + G + B ~ 29%. #499600 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 150 + 0 = 223 (100%)
R 73 of 223 ~ 32.74%
G 150 of 223 ~ 67.26%
B 0 of 223 ~ 0%

%32.74
%67.26

CMYK RENK MODELİ

#499600 rengi CMYK tonu (51,0,100,41).

  • camgöbeği tonu 51.33%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 41.18%
CMYK:
(51,0,100,41)
C51M0Y100K41 
(51%,0%,100%,41%)
(0.51/0.00/1.00/0.41)	

CMYK yüzdeleri

%51.33
%0
%100
%41.18

Codes

Color #499600 in popluar color models

499600
RGB731500
HSL91°100.00%29.41%
HSB/HSV91°100.00%58.82%
CMYK51.33%0.00%100.00%
41.18%

Color #499600 in popluar number systems.

HEX499600
Decimal731500
Binary1001001100101100
Octal1112260

Shades and tints

Shades of #499600

#499600
(73,150,0)
#438900
(67,137,0)
#3D7C00
(61,124,0)
#376F00
(55,111,0)
#316200
(49,98,0)
#2B5500
(43,85,0)
#254800
(37,72,0)
#1F3B00
(31,59,0)
#192E00
(25,46,0)
#132100
(19,33,0)
#0D1400
(13,20,0)
#000000
(0,0,0)

Tints of #499600

#499600
(73,150,0)
#599F17
(89,159,23)
#69A82E
(105,168,46)
#79B145
(121,177,69)
#89BA5C
(137,186,92)
#99C373
(153,195,115)
#A9CC8A
(169,204,138)
#B9D5A1
(185,213,161)
#C9DEB8
(201,222,184)
#D9E7CF
(217,231,207)
#E9F0E6
(233,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #499600 color. Also use rgb(73,150,0) instead hex code.

Text Font Color

.myTextColor { color: #499600; }

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

This text font color is #499600.


Background Color

.myBgColor { background-color: #499600; }

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

This div background color is #499600.


Border color

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

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

This div border color is #499600.


Opacity

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

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

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

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

This text has shadow with #499600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499600 on black background.


Color preview on white background

This text has color #499600 on white background.



Black color preview on #499600 background

This text has black color on #499600 background.


White color preview on #499600 background

This text has white color on #499600 background.