Color Hex Logo

#418214 Color Hex

#418214
(65,130,20)
0 Favorites   0 Comments

Color spaces of #418214

RGB 6513020
HSL0.270.730.29
HSV95°85°51°
CMYK 0.500.000.85   0.49
XYZ10.288917.13963.4278
Yxy17.13960.33340.5555
Hunter Lab41.4000-28.088424.0710
CIE-Lab48.4355-39.444847.9444

#418214 color RGB value is (65,130,20).

#418214 hex color red value is 65, green value is 130 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #418214 hue: 0.27 , saturation: 0.73 and the lightness value of 418214 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10000010 00010100
Octal 101 202 24
Decimal 65 130 20
Hex 41 82 14

RGB Percentages of Color #418214

%30.23
%60.47
%9.30

CMYK Percentages of Color #418214

%50
%0
%85
%49

Triadic Colors of #418214

#418214 #144182 #821441

Analogous Colors of #418214

#418214 #14821e #788214

Monochromatic Colors of #418214

#418214

Complementary Color

#418214 #551482

#418214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#418214 Color CSS Codes

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

#418214 Text Font Color

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

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


#418214 Background Color

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

This div background color is #418214


#418214 Border Color

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

This div border color is #418214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418214


Comments

No comments written yet.

Please login to write comment.