Color Hex Logo

#418556 Color Hex

#418556
(65,133,86)
0 Favorites   0 Comments

Color spaces of #418556

RGB 6513386
HSL0.380.340.39
HSV139°51°52°
CMYK 0.510.000.35   0.48
XYZ12.247218.570811.7431
Yxy18.57080.28780.4363
Hunter Lab43.0939-24.684814.0091
CIE-Lab50.1812-32.720518.9054

#418556 color RGB value is (65,133,86).

#418556 hex color red value is 65, green value is 133 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #418556 hue: 0.38 , saturation: 0.34 and the lightness value of 418556 is 0.39.

The process color (four color CMYK) of #418556 color hex is 0.51, 0.00, 0.35, 0.48. Web safe color of #418556 is #339966. Color #418556 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10000101 01010110
Octal 101 205 126
Decimal 65 133 86
Hex 41 85 56

RGB Percentages of Color #418556

%22.89
%46.83
%30.28

CMYK Percentages of Color #418556

%51
%0
%35
%48

Triadic Colors of #418556

#418556 #564185 #855641

Analogous Colors of #418556

#418556 #418578 #4e8541

Monochromatic Colors of #418556

#418556

Complementary Color

#418556 #854170

#418556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#418556 Color CSS Codes

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

#418556 Text Font Color

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

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


#418556 Background Color

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

This div background color is #418556


#418556 Border Color

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

This div border color is #418556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418556


Comments

No comments written yet.

Please login to write comment.