COLOR #479B01

HEX: #479B01
RGB: (71,155,1)

Color info

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

RGB color model

#479B01 color RGB value is (71,155,1).

  • red value is 71;
  • green value is 155;
  • blue value is 1.
RGB:
(71,155,1)
(28%,61%,0%)

RGB channels and saturation

R 71 of 255 = 28%
G 155 of 255 = 61%
B 1 of 255 = 0%

71
155
1

R + G + B ~ 30%. #479B01 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 155 + 1 = 227 (100%)
R 71 of 227 ~ 31.28%
G 155 of 227 ~ 68.28%
B 1 of 227 ~ 0.44%

%31.28
%68.28

CMYK color model

#479B01 color CMYK value is (54,0,99,39).

  • cyan value is 54.19%
  • magenta value is 0.00%
  • yellow value is 99.35%
  • key color value is 39.22%
CMYK:
(54,0,99,39)
C54M0Y99K39 
(54%,0%,99%,39%)
(0.54/0.00/0.99/0.39)	

CMYK percentages

%54.19
%0
%99.35
%39.22

Codes

Color #479B01 in popluar color models

479B01
RGB711551
HSL93°98.72%30.59%
HSB/HSV93°99.35%60.78%
CMYK54.19%0.00%99.35%
39.22%

Color #479B01 in popluar number systems.

HEX479B01
Decimal711551
Binary1000111100110111
Octal1072331

Shades and tints

Shades of #479B01

#479B01
(71,155,1)
#418D01
(65,141,1)
#3B7F01
(59,127,1)
#357101
(53,113,1)
#2F6301
(47,99,1)
#295501
(41,85,1)
#234701
(35,71,1)
#1D3901
(29,57,1)
#172B01
(23,43,1)
#111D01
(17,29,1)
#0B0F01
(11,15,1)
#000000
(0,0,0)

Tints of #479B01

#479B01
(71,155,1)
#57A418
(87,164,24)
#67AD2F
(103,173,47)
#77B646
(119,182,70)
#87BF5D
(135,191,93)
#97C874
(151,200,116)
#A7D18B
(167,209,139)
#B7DAA2
(183,218,162)
#C7E3B9
(199,227,185)
#D7ECD0
(215,236,208)
#E7F5E7
(231,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #479B01 color. Also use rgb(71,155,1) instead hex code.

Text Font Color

.myTextColor { color: #479B01; }

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

This text font color is #479B01.


Background Color

.myBgColor { background-color: #479B01; }

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

This div background color is #479B01.


Border color

.myBorderColor { border: 1px solid #479B01; }

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

This div border color is #479B01.


Opacity

.myOpacity80 { color: #479B01; opacity: 0.8; }

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

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

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

This text has shadow with #479B01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479B01 on black background.


Color preview on white background

This text has color #479B01 on white background.



Black color preview on #479B01 background

This text has black color on #479B01 background.


White color preview on #479B01 background

This text has white color on #479B01 background.