COLOR #49B20F

HEX: #49B20F
RGB: (73,178,15)

Renk bilgisi

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

RGB renk modeli

#49B20F color RGB value is (73,178,15).

  • kırmız ton 73;
  • yeşil ton 178;
  • mavi ton 15.
RGB:
(73,178,15)
(29%,70%,6%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 178 of 255 = 70%
B 15 of 255 = 6%

73
178
15

R + G + B ~ 35%. #49B20F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 178 + 15 = 266 (100%)
R 73 of 266 ~ 27.44%
G 178 of 266 ~ 66.92%
B 15 of 266 ~ 5.64%

%27.44
%66.92

CMYK RENK MODELİ

#49B20F rengi CMYK tonu (59,0,92,30).

  • camgöbeği tonu 58.99%
  • eflatun tonu 0.00%
  • sarı tonu 91.57%
  • ana renk tonu 30.20%
CMYK:
(59,0,92,30)
C59M0Y92K30 
(59%,0%,92%,30%)
(0.59/0.00/0.92/0.30)	

CMYK yüzdeleri

%58.99
%0
%91.57
%30.2

Codes

Color #49B20F in popluar color models

49B20F
RGB7317815
HSL99°84.46%37.84%
HSB/HSV99°91.57%69.80%
CMYK58.99%0.00%91.57%
30.20%

Color #49B20F in popluar number systems.

HEX49B20F
Decimal7317815
Binary1001001101100101111
Octal11126217

Shades and tints

Shades of #49B20F

#49B20F
(73,178,15)
#43A20E
(67,162,14)
#3D920D
(61,146,13)
#37820C
(55,130,12)
#31720B
(49,114,11)
#2B620A
(43,98,10)
#255209
(37,82,9)
#1F4208
(31,66,8)
#193207
(25,50,7)
#132206
(19,34,6)
#0D1205
(13,18,5)
#000000
(0,0,0)

Tints of #49B20F

#49B20F
(73,178,15)
#59B924
(89,185,36)
#69C039
(105,192,57)
#79C74E
(121,199,78)
#89CE63
(137,206,99)
#99D578
(153,213,120)
#A9DC8D
(169,220,141)
#B9E3A2
(185,227,162)
#C9EAB7
(201,234,183)
#D9F1CC
(217,241,204)
#E9F8E1
(233,248,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49B20F color. Also use rgb(73,178,15) instead hex code.

Text Font Color

.myTextColor { color: #49B20F; }

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

This text font color is #49B20F.


Background Color

.myBgColor { background-color: #49B20F; }

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

This div background color is #49B20F.


Border color

.myBorderColor { border: 1px solid #49B20F; }

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

This div border color is #49B20F.


Opacity

.myOpacity80 { color: #49B20F; opacity: 0.8; }

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

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

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

This text has shadow with #49B20F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49B20F on black background.


Color preview on white background

This text has color #49B20F on white background.



Black color preview on #49B20F background

This text has black color on #49B20F background.


White color preview on #49B20F background

This text has white color on #49B20F background.