Color Hex Logo

#419313 Color Hex

#419313
(65,147,19)
0 Favorites   0 Comments

Color spaces of #419313

RGB 6514719
HSL0.270.770.33
HSV98°87°58°
CMYK 0.560.000.87   0.42
XYZ12.731222.03834.1989
Yxy22.03830.32670.5655
Hunter Lab46.9450-33.745527.5584
CIE-Lab54.0676-46.188253.2360

#419313 color RGB value is (65,147,19).

#419313 hex color red value is 65, green value is 147 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #419313 hue: 0.27 , saturation: 0.77 and the lightness value of 419313 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10010011 00010011
Octal 101 223 23
Decimal 65 147 19
Hex 41 93 13

RGB Percentages of Color #419313

%28.14
%63.64
%8.23

CMYK Percentages of Color #419313

%56
%0
%87
%42

Triadic Colors of #419313

#419313 #134193 #931341

Analogous Colors of #419313

#419313 #139325 #819313

Monochromatic Colors of #419313

#419313

Complementary Color

#419313 #651393

#419313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#419313 Color CSS Codes

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

#419313 Text Font Color

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

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


#419313 Background Color

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

This div background color is #419313


#419313 Border Color

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

This div border color is #419313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419313


Comments

No comments written yet.

Please login to write comment.