COLOR #499C3E

HEX: #499C3E
RGB: (73,156,62)

Renk bilgisi

#499C3E contains mainly green color. #499C3E ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#499C3E color RGB value is (73,156,62).

  • kırmız ton 73;
  • yeşil ton 156;
  • mavi ton 62.
RGB:
(73,156,62)
(29%,61%,24%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 156 of 255 = 61%
B 62 of 255 = 24%

73
156
62

R + G + B ~ 38%. #499C3E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 156 + 62 = 291 (100%)
R 73 of 291 ~ 25.09%
G 156 of 291 ~ 53.61%
B 62 of 291 ~ 21.31%

%25.09
%53.61
%21.31

CMYK RENK MODELİ

#499C3E rengi CMYK tonu (53,0,60,39).

  • camgöbeği tonu 53.21%
  • eflatun tonu 0.00%
  • sarı tonu 60.26%
  • ana renk tonu 38.82%
CMYK:
(53,0,60,39)
C53M0Y60K39 
(53%,0%,60%,39%)
(0.53/0.00/0.60/0.39)	

CMYK yüzdeleri

%53.21
%0
%60.26
%38.82

Codes

Color #499C3E in popluar color models

499C3E
RGB7315662
HSL113°43.12%42.75%
HSB/HSV113°60.26%61.18%
CMYK53.21%0.00%60.26%
38.82%

Color #499C3E in popluar number systems.

HEX499C3E
Decimal7315662
Binary100100110011100111110
Octal11123476

Shades and tints

Shades of #499C3E

#499C3E
(73,156,62)
#438E39
(67,142,57)
#3D8034
(61,128,52)
#37722F
(55,114,47)
#31642A
(49,100,42)
#2B5625
(43,86,37)
#254820
(37,72,32)
#1F3A1B
(31,58,27)
#192C16
(25,44,22)
#131E11
(19,30,17)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #499C3E

#499C3E
(73,156,62)
#59A54F
(89,165,79)
#69AE60
(105,174,96)
#79B771
(121,183,113)
#89C082
(137,192,130)
#99C993
(153,201,147)
#A9D2A4
(169,210,164)
#B9DBB5
(185,219,181)
#C9E4C6
(201,228,198)
#D9EDD7
(217,237,215)
#E9F6E8
(233,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #499C3E color. Also use rgb(73,156,62) instead hex code.

Text Font Color

.myTextColor { color: #499C3E; }

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

This text font color is #499C3E.


Background Color

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

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

This div background color is #499C3E.


Border color

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

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

This div border color is #499C3E.


Opacity

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

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

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

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

This text has shadow with #499C3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499C3E on black background.


Color preview on white background

This text has color #499C3E on white background.



Black color preview on #499C3E background

This text has black color on #499C3E background.


White color preview on #499C3E background

This text has white color on #499C3E background.