Color Hex Logo

#478601 Color Hex

#478601
(71,134,1)
0 Favorites   0 Comments

Color spaces of #478601

RGB 711341
HSL0.250.990.26
HSV88°99°53°
CMYK 0.470.000.99   0.47
XYZ11.129118.39202.9922
Yxy18.39200.34230.5657
Hunter Lab42.8859-28.728725.8834
CIE-Lab49.9682-39.733853.3841

#478601 color RGB value is (71,134,1).

#478601 hex color red value is 71, green value is 134 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #478601 hue: 0.25 , saturation: 0.99 and the lightness value of 478601 is 0.26.

The process color (four color CMYK) of #478601 color hex is 0.47, 0.00, 0.99, 0.47. Web safe color of #478601 is #339900. Color #478601 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10000110 00000001
Octal 107 206 1
Decimal 71 134 1
Hex 47 86 1

RGB Percentages of Color #478601

%34.47
%65.05
%0.49

CMYK Percentages of Color #478601

%47
%0
%99
%47

Triadic Colors of #478601

#478601 #014786 #860147

Analogous Colors of #478601

#478601 #058601 #868301

Monochromatic Colors of #478601

#478601

Complementary Color

#478601 #400186

#478601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#478601 Color CSS Codes

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

#478601 Text Font Color

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

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


#478601 Background Color

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

This div background color is #478601


#478601 Border Color

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

This div border color is #478601


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478601


Comments

No comments written yet.

Please login to write comment.