Color Hex Logo

#418012 Color Hex

#418012
(65,128,18)
0 Favorites   0 Comments

Color spaces of #418012

RGB 6512818
HSL0.260.750.29
HSV94°86°50°
CMYK 0.490.000.86   0.50
XYZ10.008316.60583.2500
Yxy16.60580.33510.5560
Hunter Lab40.7502-27.473123.7965
CIE-Lab47.7595-38.717347.8902

#418012 color RGB value is (65,128,18).

#418012 hex color red value is 65, green value is 128 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #418012 hue: 0.26 , saturation: 0.75 and the lightness value of 418012 is 0.29.

The process color (four color CMYK) of #418012 color hex is 0.49, 0.00, 0.86, 0.50. Web safe color of #418012 is #339900. Color #418012 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10000000 00010010
Octal 101 200 22
Decimal 65 128 18
Hex 41 80 12

RGB Percentages of Color #418012

%30.81
%60.66
%8.53

CMYK Percentages of Color #418012

%49
%0
%86
%50

Triadic Colors of #418012

#418012 #124180 #801241

Analogous Colors of #418012

#418012 #12801a #788012

Monochromatic Colors of #418012

#418012

Complementary Color

#418012 #511280

#418012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#418012 Color CSS Codes

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

#418012 Text Font Color

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

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


#418012 Background Color

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

This div background color is #418012


#418012 Border Color

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

This div border color is #418012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418012


Comments

No comments written yet.

Please login to write comment.