Color Hex Logo

#419072 Color Hex

#419072
(65,144,114)
0 Favorites   0 Comments

Color spaces of #419072

RGB 65144114
HSL0.440.380.41
HSV157°55°56°
CMYK 0.550.000.21   0.44
XYZ15.190522.285219.4204
Yxy22.28520.26700.3917
Hunter Lab47.2072-25.17428.6539
CIE-Lab54.3283-31.79888.6753

#419072 color RGB value is (65,144,114).

#419072 hex color red value is 65, green value is 144 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #419072 hue: 0.44 , saturation: 0.38 and the lightness value of 419072 is 0.41.

The process color (four color CMYK) of #419072 color hex is 0.55, 0.00, 0.21, 0.44. Web safe color of #419072 is #339966. Color #419072 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10010000 01110010
Octal 101 220 162
Decimal 65 144 114
Hex 41 90 72

RGB Percentages of Color #419072

%20.12
%44.58
%35.29

CMYK Percentages of Color #419072

%55
%0
%21
%44

Triadic Colors of #419072

#419072 #724190 #907241

Analogous Colors of #419072

#419072 #418790 #41904b

Monochromatic Colors of #419072

#419072

Complementary Color

#419072 #90415f

#419072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#419072 Color CSS Codes

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

#419072 Text Font Color

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

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


#419072 Background Color

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

This div background color is #419072


#419072 Border Color

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

This div border color is #419072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419072


Comments

No comments written yet.

Please login to write comment.