Color Hex Logo

#419678 Color Hex

#419678
(65,150,120)
0 Favorites   0 Comments

Color spaces of #419678

RGB 65150120
HSL0.440.400.42
HSV159°57°59°
CMYK 0.570.000.20   0.41
XYZ16.476524.292621.5898
Yxy24.29260.26420.3896
Hunter Lab49.2875-26.58188.5300
CIE-Lab56.3796-33.18988.1670

#419678 color RGB value is (65,150,120).

#419678 hex color red value is 65, green value is 150 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #419678 hue: 0.44 , saturation: 0.40 and the lightness value of 419678 is 0.42.

The process color (four color CMYK) of #419678 color hex is 0.57, 0.00, 0.20, 0.41. Web safe color of #419678 is #339966. Color #419678 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10010110 01111000
Octal 101 226 170
Decimal 65 150 120
Hex 41 96 78

RGB Percentages of Color #419678

%19.40
%44.78
%35.82

CMYK Percentages of Color #419678

%57
%0
%20
%41

Triadic Colors of #419678

#419678 #784196 #967841

Analogous Colors of #419678

#419678 #418a96 #41964e

Monochromatic Colors of #419678

#419678

Complementary Color

#419678 #96415f

#419678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#419678 Color CSS Codes

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

#419678 Text Font Color

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

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


#419678 Background Color

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

This div background color is #419678


#419678 Border Color

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

This div border color is #419678


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419678


Comments

No comments written yet.

Please login to write comment.