COLOR #004A19

HEX: #004A19
RGB: (0,74,25)

Renk bilgisi

#004A19 contains only green and blue colors. #004A19 ‘ nin web güvenlik rengi #003300 (ya da #030) dir.

RGB renk modeli

#004A19 color RGB value is (0,74,25).

  • kırmız ton 0;
  • yeşil ton 74;
  • mavi ton 25.
RGB:
(0,74,25)
(0%,29%,10%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 74 of 255 = 29%
B 25 of 255 = 10%

0
74
25

R + G + B ~ 13%. #004A19 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 74 + 25 = 99 (100%)
R 0 of 99 ~ 0%
G 74 of 99 ~ 74.75%
B 25 of 99 ~ 25.25%

%74.75
%25.25

CMYK RENK MODELİ

#004A19 rengi CMYK tonu (100,0,66,71).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 66.22%
  • ana renk tonu 70.98%
CMYK:
(100,0,66,71)
C100M0Y66K71 
(100%,0%,66%,71%)
(1.00/0.00/0.66/0.71)	

CMYK yüzdeleri

%100
%0
%66.22
%70.98

Codes

Color #004A19 in popluar color models

004A19
RGB07425
HSL140°100.00%14.51%
HSB/HSV140°100.00%29.02%
CMYK100.00%0.00%66.22%
70.98%

Color #004A19 in popluar number systems.

HEX004A19
Decimal07425
Binary0100101011001
Octal011231

Shades and tints

Shades of #004A19

#004A19
(0,74,25)
#004417
(0,68,23)
#003E15
(0,62,21)
#003813
(0,56,19)
#003211
(0,50,17)
#002C0F
(0,44,15)
#00260D
(0,38,13)
#00200B
(0,32,11)
#001A09
(0,26,9)
#001407
(0,20,7)
#000E05
(0,14,5)
#000000
(0,0,0)

Tints of #004A19

#004A19
(0,74,25)
#175A2D
(23,90,45)
#2E6A41
(46,106,65)
#457A55
(69,122,85)
#5C8A69
(92,138,105)
#739A7D
(115,154,125)
#8AAA91
(138,170,145)
#A1BAA5
(161,186,165)
#B8CAB9
(184,202,185)
#CFDACD
(207,218,205)
#E6EAE1
(230,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004A19 color. Also use rgb(0,74,25) instead hex code.

Text Font Color

.myTextColor { color: #004A19; }

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

This text font color is #004A19.


Background Color

.myBgColor { background-color: #004A19; }

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

This div background color is #004A19.


Border color

.myBorderColor { border: 1px solid #004A19; }

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

This div border color is #004A19.


Opacity

.myOpacity80 { color: #004A19; opacity: 0.8; }

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

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

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

This text has shadow with #004A19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004A19 on black background.


Color preview on white background

This text has color #004A19 on white background.



Black color preview on #004A19 background

This text has black color on #004A19 background.


White color preview on #004A19 background

This text has white color on #004A19 background.