Color Hex Logo

#419556 Color Hex

#419556
(65,149,86)
0 Favorites   0 Comments

Color spaces of #419556

RGB 6514986
HSL0.380.390.42
HSV135°56°58°
CMYK 0.560.000.42   0.42
XYZ14.607123.290612.5298
Yxy23.29060.28970.4619
Hunter Lab48.2603-30.428518.3888
CIE-Lab55.3704-39.809725.7722

#419556 color RGB value is (65,149,86).

#419556 hex color red value is 65, green value is 149 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #419556 hue: 0.38 , saturation: 0.39 and the lightness value of 419556 is 0.42.

The process color (four color CMYK) of #419556 color hex is 0.56, 0.00, 0.42, 0.42. Web safe color of #419556 is #339966. Color #419556 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10010101 01010110
Octal 101 225 126
Decimal 65 149 86
Hex 41 95 56

RGB Percentages of Color #419556

%21.67
%49.67
%28.67

CMYK Percentages of Color #419556

%56
%0
%42
%42

Triadic Colors of #419556

#419556 #564195 #955641

Analogous Colors of #419556

#419556 #419580 #569541

Monochromatic Colors of #419556

#419556

Complementary Color

#419556 #954180

#419556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#419556 Color CSS Codes

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

#419556 Text Font Color

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

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


#419556 Background Color

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

This div background color is #419556


#419556 Border Color

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

This div border color is #419556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419556


Comments

No comments written yet.

Please login to write comment.