Color Hex Logo

#418358 Color Hex

#418358
(65,131,88)
0 Favorites   0 Comments

Color spaces of #418358

RGB 6513188
HSL0.390.340.38
HSV141°50°51°
CMYK 0.500.000.33   0.49
XYZ12.057718.061012.0831
Yxy18.06100.28570.4280
Hunter Lab42.4982-23.727512.8914
CIE-Lab49.5700-31.395216.9416

#418358 color RGB value is (65,131,88).

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

The process color (four color CMYK) of #418358 color hex is 0.50, 0.00, 0.33, 0.49. Web safe color of #418358 is #339966. Color #418358 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10000011 01011000
Octal 101 203 130
Decimal 65 131 88
Hex 41 83 58

RGB Percentages of Color #418358

%22.89
%46.13
%30.99

CMYK Percentages of Color #418358

%50
%0
%33
%49

Triadic Colors of #418358

#418358 #584183 #835841

Analogous Colors of #418358

#418358 #418379 #4b8341

Monochromatic Colors of #418358

#418358

Complementary Color

#418358 #83416c

#418358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#418358 Color CSS Codes

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

#418358 Text Font Color

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

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


#418358 Background Color

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

This div background color is #418358


#418358 Border Color

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

This div border color is #418358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418358


Comments

No comments written yet.

Please login to write comment.