Color Hex Logo

#418946 Color Hex

#418946
(65,137,70)
0 Favorites   0 Comments

Color spaces of #418946

RGB 6513770
HSL0.340.360.40
HSV124°53°54°
CMYK 0.530.000.49   0.46
XYZ12.231119.45738.9053
Yxy19.45730.30130.4793
Hunter Lab44.1104-27.698118.9075
CIE-Lab51.2180-37.300029.0785

#418946 color RGB value is (65,137,70).

#418946 hex color red value is 65, green value is 137 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #418946 hue: 0.34 , saturation: 0.36 and the lightness value of 418946 is 0.40.

The process color (four color CMYK) of #418946 color hex is 0.53, 0.00, 0.49, 0.46. Web safe color of #418946 is #339933. Color #418946 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001001 01000110
Octal 101 211 106
Decimal 65 137 70
Hex 41 89 46

RGB Percentages of Color #418946

%23.90
%50.37
%25.74

CMYK Percentages of Color #418946

%53
%0
%49
%46

Triadic Colors of #418946

#418946 #464189 #894641

Analogous Colors of #418946

#418946 #41896a #608941

Monochromatic Colors of #418946

#418946

Complementary Color

#418946 #894184

#418946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#418946 Color CSS Codes

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

#418946 Text Font Color

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

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


#418946 Background Color

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

This div background color is #418946


#418946 Border Color

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

This div border color is #418946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418946


Comments

No comments written yet.

Please login to write comment.