COLOR #479916

HEX: #479916
RGB: (71,153,22)

Color info

#479916 contains mainly green color. Web safe color of #479916 is #339900 (or #390).

RGB color model

#479916 color RGB value is (71,153,22).

  • red value is 71;
  • green value is 153;
  • blue value is 22.
RGB:
(71,153,22)
(28%,60%,9%)

RGB channels and saturation

R 71 of 255 = 28%
G 153 of 255 = 60%
B 22 of 255 = 9%

71
153
22

R + G + B ~ 32%. #479916 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 153 + 22 = 246 (100%)
R 71 of 246 ~ 28.86%
G 153 of 246 ~ 62.2%
B 22 of 246 ~ 8.94%

%28.86
%62.2

CMYK color model

#479916 color CMYK value is (54,0,86,40).

  • cyan value is 53.59%
  • magenta value is 0.00%
  • yellow value is 85.62%
  • key color value is 40.00%
CMYK:
(54,0,86,40)
C54M0Y86K40 
(54%,0%,86%,40%)
(0.54/0.00/0.86/0.40)	

CMYK percentages

%53.59
%0
%85.62
%40

Codes

Color #479916 in popluar color models

479916
RGB7115322
HSL98°74.86%34.31%
HSB/HSV98°85.62%60.00%
CMYK53.59%0.00%85.62%
40.00%

Color #479916 in popluar number systems.

HEX479916
Decimal7115322
Binary10001111001100110110
Octal10723126

Shades and tints

Shades of #479916

#479916
(71,153,22)
#418C14
(65,140,20)
#3B7F12
(59,127,18)
#357210
(53,114,16)
#2F650E
(47,101,14)
#29580C
(41,88,12)
#234B0A
(35,75,10)
#1D3E08
(29,62,8)
#173106
(23,49,6)
#112404
(17,36,4)
#0B1702
(11,23,2)
#000000
(0,0,0)

Tints of #479916

#479916
(71,153,22)
#57A22B
(87,162,43)
#67AB40
(103,171,64)
#77B455
(119,180,85)
#87BD6A
(135,189,106)
#97C67F
(151,198,127)
#A7CF94
(167,207,148)
#B7D8A9
(183,216,169)
#C7E1BE
(199,225,190)
#D7EAD3
(215,234,211)
#E7F3E8
(231,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #479916 color. Also use rgb(71,153,22) instead hex code.

Text Font Color

.myTextColor { color: #479916; }

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

This text font color is #479916.


Background Color

.myBgColor { background-color: #479916; }

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

This div background color is #479916.


Border color

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

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

This div border color is #479916.


Opacity

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

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

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

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

This text has shadow with #479916 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479916 on black background.


Color preview on white background

This text has color #479916 on white background.



Black color preview on #479916 background

This text has black color on #479916 background.


White color preview on #479916 background

This text has white color on #479916 background.