Color Hex Logo

#416000 Color Hex

#416000
(65,96,0)
1 Favorites   0 Comments

Color spaces of #416000

RGB 65960
HSL0.221.000.19
HSV79°100°38°
CMYK 0.320.001.00   0.62
XYZ6.36289.48961.4963
Yxy9.48960.36680.5470
Hunter Lab30.8052-17.040018.6837
CIE-Lab36.9103-25.041343.3195

#416000 color RGB value is (65,96,0).

#416000 hex color red value is 65, green value is 96 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #416000 hue: 0.22 , saturation: 1.00 and the lightness value of 416000 is 0.19.

The process color (four color CMYK) of #416000 color hex is 0.32, 0.00, 1.00, 0.62. Web safe color of #416000 is #336600. Color #416000 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01100000 00000000
Octal 101 140 0
Decimal 65 96 0
Hex 41 60 0

RGB Percentages of Color #416000

%40.37
%59.63
%0.00

CMYK Percentages of Color #416000

%32
%0
%100
%62

Triadic Colors of #416000

#416000 #004160 #600041

Analogous Colors of #416000

#416000 #116000 #604f00

Monochromatic Colors of #416000

#416000

Complementary Color

#416000 #1f0060

#416000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#416000 Color CSS Codes

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

#416000 Text Font Color

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

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


#416000 Background Color

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

This div background color is #416000


#416000 Border Color

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

This div border color is #416000


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,96,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #416000; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #416000;
  -webkit-box-shadow: 1px 1px 3px 2px #416000;
  box-shadow:         1px 1px 3px 2px #416000; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,96,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416000


Comments

No comments written yet.

Please login to write comment.