COLOR #499634

HEX: #499634
RGB: (73,150,52)

Renk bilgisi

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

RGB renk modeli

#499634 color RGB value is (73,150,52).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 150 of 255 = 59%
B 52 of 255 = 20%

73
150
52

R + G + B ~ 36%. #499634 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 150 + 52 = 275 (100%)
R 73 of 275 ~ 26.55%
G 150 of 275 ~ 54.55%
B 52 of 275 ~ 18.91%

%26.55
%54.55
%18.91

CMYK RENK MODELİ

#499634 rengi CMYK tonu (51,0,65,41).

  • camgöbeği tonu 51.33%
  • eflatun tonu 0.00%
  • sarı tonu 65.33%
  • ana renk tonu 41.18%
CMYK:
(51,0,65,41)
C51M0Y65K41 
(51%,0%,65%,41%)
(0.51/0.00/0.65/0.41)	

CMYK yüzdeleri

%51.33
%0
%65.33
%41.18

Codes

Color #499634 in popluar color models

499634
RGB7315052
HSL107°48.51%39.61%
HSB/HSV107°65.33%58.82%
CMYK51.33%0.00%65.33%
41.18%

Color #499634 in popluar number systems.

HEX499634
Decimal7315052
Binary100100110010110110100
Octal11122664

Shades and tints

Shades of #499634

#499634
(73,150,52)
#438930
(67,137,48)
#3D7C2C
(61,124,44)
#376F28
(55,111,40)
#316224
(49,98,36)
#2B5520
(43,85,32)
#25481C
(37,72,28)
#1F3B18
(31,59,24)
#192E14
(25,46,20)
#132110
(19,33,16)
#0D140C
(13,20,12)
#000000
(0,0,0)

Tints of #499634

#499634
(73,150,52)
#599F46
(89,159,70)
#69A858
(105,168,88)
#79B16A
(121,177,106)
#89BA7C
(137,186,124)
#99C38E
(153,195,142)
#A9CCA0
(169,204,160)
#B9D5B2
(185,213,178)
#C9DEC4
(201,222,196)
#D9E7D6
(217,231,214)
#E9F0E8
(233,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #499634; }

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

This text font color is #499634.


Background Color

.myBgColor { background-color: #499634; }

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

This div background color is #499634.


Border color

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

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

This div border color is #499634.


Opacity

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

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

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

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

This text has shadow with #499634 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499634 on black background.


Color preview on white background

This text has color #499634 on white background.



Black color preview on #499634 background

This text has black color on #499634 background.


White color preview on #499634 background

This text has white color on #499634 background.