COLOR #499617

HEX: #499617
RGB: (73,150,23)

Renk bilgisi

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

RGB renk modeli

#499617 color RGB value is (73,150,23).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 150 of 255 = 59%
B 23 of 255 = 9%

73
150
23

R + G + B ~ 32%. #499617 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 150 + 23 = 246 (100%)
R 73 of 246 ~ 29.67%
G 150 of 246 ~ 60.98%
B 23 of 246 ~ 9.35%

%29.67
%60.98

CMYK RENK MODELİ

#499617 rengi CMYK tonu (51,0,85,41).

  • camgöbeği tonu 51.33%
  • eflatun tonu 0.00%
  • sarı tonu 84.67%
  • ana renk tonu 41.18%
CMYK:
(51,0,85,41)
C51M0Y85K41 
(51%,0%,85%,41%)
(0.51/0.00/0.85/0.41)	

CMYK yüzdeleri

%51.33
%0
%84.67
%41.18

Codes

Color #499617 in popluar color models

499617
RGB7315023
HSL96°73.41%33.92%
HSB/HSV96°84.67%58.82%
CMYK51.33%0.00%84.67%
41.18%

Color #499617 in popluar number systems.

HEX499617
Decimal7315023
Binary10010011001011010111
Octal11122627

Shades and tints

Shades of #499617

#499617
(73,150,23)
#438915
(67,137,21)
#3D7C13
(61,124,19)
#376F11
(55,111,17)
#31620F
(49,98,15)
#2B550D
(43,85,13)
#25480B
(37,72,11)
#1F3B09
(31,59,9)
#192E07
(25,46,7)
#132105
(19,33,5)
#0D1403
(13,20,3)
#000000
(0,0,0)

Tints of #499617

#499617
(73,150,23)
#599F2C
(89,159,44)
#69A841
(105,168,65)
#79B156
(121,177,86)
#89BA6B
(137,186,107)
#99C380
(153,195,128)
#A9CC95
(169,204,149)
#B9D5AA
(185,213,170)
#C9DEBF
(201,222,191)
#D9E7D4
(217,231,212)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #499617; }

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

This text font color is #499617.


Background Color

.myBgColor { background-color: #499617; }

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

This div background color is #499617.


Border color

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

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

This div border color is #499617.


Opacity

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

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

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

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

This text has shadow with #499617 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499617 on black background.


Color preview on white background

This text has color #499617 on white background.



Black color preview on #499617 background

This text has black color on #499617 background.


White color preview on #499617 background

This text has white color on #499617 background.