Color Hex Logo

#419138 Color Hex

#419138
(65,145,56)
0 Favorites   0 Comments

Color spaces of #419138

RGB 6514556
HSL0.320.440.39
HSV114°61°57°
CMYK 0.550.000.61   0.43
XYZ13.019221.66017.2360
Yxy21.66010.31060.5168
Hunter Lab46.5404-31.512223.3600
CIE-Lab53.6645-42.535939.1004

#419138 color RGB value is (65,145,56).

#419138 hex color red value is 65, green value is 145 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #419138 hue: 0.32 , saturation: 0.44 and the lightness value of 419138 is 0.39.

The process color (four color CMYK) of #419138 color hex is 0.55, 0.00, 0.61, 0.43. Web safe color of #419138 is #339933. Color #419138 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10010001 00111000
Octal 101 221 70
Decimal 65 145 56
Hex 41 91 38

RGB Percentages of Color #419138

%24.44
%54.51
%21.05

CMYK Percentages of Color #419138

%55
%0
%61
%43

Triadic Colors of #419138

#419138 #384191 #913841

Analogous Colors of #419138

#419138 #38915c #6e9138

Monochromatic Colors of #419138

#419138

Complementary Color

#419138 #883891

#419138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#419138 Color CSS Codes

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

#419138 Text Font Color

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

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


#419138 Background Color

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

This div background color is #419138


#419138 Border Color

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

This div border color is #419138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419138


Comments

No comments written yet.

Please login to write comment.