Color Hex Logo

#409330 Color Hex

#409330
(64,147,48)
0 Favorites   0 Comments

Color spaces of #409330

RGB 6414748
HSL0.310.510.38
HSV110°67°58°
CMYK 0.560.000.67   0.42
XYZ13.081622.17086.3862
Yxy22.17080.31420.5325
Hunter Lab47.0859-32.808724.9187
CIE-Lab54.2078-44.466543.3413

#409330 color RGB value is (64,147,48).

#409330 hex color red value is 64, green value is 147 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #409330 hue: 0.31 , saturation: 0.51 and the lightness value of 409330 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10010011 00110000
Octal 100 223 60
Decimal 64 147 48
Hex 40 93 30

RGB Percentages of Color #409330

%24.71
%56.76
%18.53

CMYK Percentages of Color #409330

%56
%0
%67
%42

Triadic Colors of #409330

#409330 #304093 #933040

Analogous Colors of #409330

#409330 #309352 #729330

Monochromatic Colors of #409330

#409330

Complementary Color

#409330 #833093

#409330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#409330 Color CSS Codes

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

#409330 Text Font Color

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

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


#409330 Background Color

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

This div background color is #409330


#409330 Border Color

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

This div border color is #409330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409330


Comments

No comments written yet.

Please login to write comment.