COLOR #4A9006

HEX: #4A9006
RGB: (74,144,6)

Renk bilgisi

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

RGB renk modeli

#4A9006 color RGB value is (74,144,6).

  • kırmız ton 74;
  • yeşil ton 144;
  • mavi ton 6.
RGB:
(74,144,6)
(29%,56%,2%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 144 of 255 = 56%
B 6 of 255 = 2%

74
144
6

R + G + B ~ 29%. #4A9006 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 144 + 6 = 224 (100%)
R 74 of 224 ~ 33.04%
G 144 of 224 ~ 64.29%
B 6 of 224 ~ 2.68%

%33.04
%64.29

CMYK RENK MODELİ

#4A9006 rengi CMYK tonu (49,0,96,44).

  • camgöbeği tonu 48.61%
  • eflatun tonu 0.00%
  • sarı tonu 95.83%
  • ana renk tonu 43.53%
CMYK:
(49,0,96,44)
C49M0Y96K44 
(49%,0%,96%,44%)
(0.49/0.00/0.96/0.44)	

CMYK yüzdeleri

%48.61
%0
%95.83
%43.53

Codes

Color #4A9006 in popluar color models

4A9006
RGB741446
HSL90°92.00%29.41%
HSB/HSV90°95.83%56.47%
CMYK48.61%0.00%95.83%
43.53%

Color #4A9006 in popluar number systems.

HEX4A9006
Decimal741446
Binary100101010010000110
Octal1122206

Shades and tints

Shades of #4A9006

#4A9006
(74,144,6)
#448306
(68,131,6)
#3E7606
(62,118,6)
#386906
(56,105,6)
#325C06
(50,92,6)
#2C4F06
(44,79,6)
#264206
(38,66,6)
#203506
(32,53,6)
#1A2806
(26,40,6)
#141B06
(20,27,6)
#0E0E06
(14,14,6)
#000000
(0,0,0)

Tints of #4A9006

#4A9006
(74,144,6)
#5A9A1C
(90,154,28)
#6AA432
(106,164,50)
#7AAE48
(122,174,72)
#8AB85E
(138,184,94)
#9AC274
(154,194,116)
#AACC8A
(170,204,138)
#BAD6A0
(186,214,160)
#CAE0B6
(202,224,182)
#DAEACC
(218,234,204)
#EAF4E2
(234,244,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A9006 color. Also use rgb(74,144,6) instead hex code.

Text Font Color

.myTextColor { color: #4A9006; }

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

This text font color is #4A9006.


Background Color

.myBgColor { background-color: #4A9006; }

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

This div background color is #4A9006.


Border color

.myBorderColor { border: 1px solid #4A9006; }

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

This div border color is #4A9006.


Opacity

.myOpacity80 { color: #4A9006; opacity: 0.8; }

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

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

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

This text has shadow with #4A9006 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A9006 on black background.


Color preview on white background

This text has color #4A9006 on white background.



Black color preview on #4A9006 background

This text has black color on #4A9006 background.


White color preview on #4A9006 background

This text has white color on #4A9006 background.