Color Hex Logo

#479213 Color Hex

#479213
(71,146,19)
0 Favorites   0 Comments

Color spaces of #479213

RGB 7114619
HSL0.270.770.32
HSV95°87°57°
CMYK 0.510.000.87   0.43
XYZ12.995021.94444.1669
Yxy21.94440.33230.5611
Hunter Lab46.8449-32.461727.5175
CIE-Lab53.9680-44.003853.2363

#479213 color RGB value is (71,146,19).

#479213 hex color red value is 71, green value is 146 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #479213 hue: 0.27 , saturation: 0.77 and the lightness value of 479213 is 0.32.

The process color (four color CMYK) of #479213 color hex is 0.51, 0.00, 0.87, 0.43. Web safe color of #479213 is #339900. Color #479213 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10010010 00010011
Octal 107 222 23
Decimal 71 146 19
Hex 47 92 13

RGB Percentages of Color #479213

%30.08
%61.86
%8.05

CMYK Percentages of Color #479213

%51
%0
%87
%43

Triadic Colors of #479213

#479213 #134792 #921347

Analogous Colors of #479213

#479213 #13921e #879213

Monochromatic Colors of #479213

#479213

Complementary Color

#479213 #5e1392

#479213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#479213 Color CSS Codes

.mybgcolor {background-color:#479213; } 
.myforecolor {color:#479213; }
.mybordercolor {border:3px solid #479213; }

#479213 Text Font Color

<p style="color:#479213">Text here</p>

This sample text font color is #479213
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#479213 Background Color

<div style="background-color:#479213">
Div content here</div>

This div background color is #479213


#479213 Border Color

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

This div border color is #479213


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,146,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #479213; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #479213;
  -webkit-box-shadow: 1px 1px 3px 2px #479213;
  box-shadow:         1px 1px 3px 2px #479213; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,146,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #479213">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #479213;
  -webkit-box-shadow: 1px 1px 3px 2px #479213;
  box-shadow:         1px 1px 3px 2px #479213;">
Div content here</div>

This div box has shadow with color #479213


Comments

No comments written yet.

Please login to write comment.