Color Hex Logo

#419531 Color Hex

#419531
(65,149,49)
0 Favorites   0 Comments

Color spaces of #419531

RGB 6514949
HSL0.310.510.39
HSV110°67°58°
CMYK 0.560.000.67   0.42
XYZ13.481822.84056.6038
Yxy22.84050.31410.5321
Hunter Lab47.7917-33.281625.2616
CIE-Lab54.9077-44.877243.6753

#419531 color RGB value is (65,149,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10010101 00110001
Octal 101 225 61
Decimal 65 149 49
Hex 41 95 31

RGB Percentages of Color #419531

%24.71
%56.65
%18.63

CMYK Percentages of Color #419531

%56
%0
%67
%42

Triadic Colors of #419531

#419531 #314195 #953141

Analogous Colors of #419531

#419531 #319553 #739531

Monochromatic Colors of #419531

#419531

Complementary Color

#419531 #853195

#419531 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419531 Color Preview on White Background

Lorem ipsum dolor sit amet.

#419531 Color CSS Codes

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

#419531 Text Font Color

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

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


#419531 Background Color

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

This div background color is #419531


#419531 Border Color

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

This div border color is #419531


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419531


Comments

No comments written yet.

Please login to write comment.