Color Hex Logo

#479110 Color Hex

#479110
(71,145,16)
0 Favorites   0 Comments

Color spaces of #479110

RGB 7114516
HSL0.260.800.32
HSV94°89°57°
CMYK 0.510.000.89   0.43
XYZ12.817521.62783.9892
Yxy21.62780.33350.5627
Hunter Lab46.5057-32.188327.4682
CIE-Lab53.6298-43.724553.6254

#479110 color RGB value is (71,145,16).

#479110 hex color red value is 71, green value is 145 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #479110 hue: 0.26 , saturation: 0.80 and the lightness value of 479110 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10010001 00010000
Octal 107 221 20
Decimal 71 145 16
Hex 47 91 10

RGB Percentages of Color #479110

%30.60
%62.50
%6.90

CMYK Percentages of Color #479110

%51
%0
%89
%43

Triadic Colors of #479110

#479110 #104791 #911047

Analogous Colors of #479110

#479110 #10911a #889110

Monochromatic Colors of #479110

#479110

Complementary Color

#479110 #5a1091

#479110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#479110 Color CSS Codes

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

#479110 Text Font Color

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

This sample text font color is #479110
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.


#479110 Background Color

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

This div background color is #479110


#479110 Border Color

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

This div border color is #479110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479110


Comments

No comments written yet.

Please login to write comment.