Color Hex Logo

#418438 Color Hex

#418438
(65,132,56)
0 Favorites   0 Comments

Color spaces of #418438

RGB 6513256
HSL0.310.400.37
HSV113°58°52°
CMYK 0.510.000.58   0.48
XYZ11.145017.91196.6113
Yxy17.91190.31250.5022
Hunter Lab42.3225-27.058920.3639
CIE-Lab49.3891-37.121334.1308

#418438 color RGB value is (65,132,56).

#418438 hex color red value is 65, green value is 132 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #418438 hue: 0.31 , saturation: 0.40 and the lightness value of 418438 is 0.37.

The process color (four color CMYK) of #418438 color hex is 0.51, 0.00, 0.58, 0.48. Web safe color of #418438 is #339933. Color #418438 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10000100 00111000
Octal 101 204 70
Decimal 65 132 56
Hex 41 84 38

RGB Percentages of Color #418438

%25.69
%52.17
%22.13

CMYK Percentages of Color #418438

%51
%0
%58
%48

Triadic Colors of #418438

#418438 #384184 #843841

Analogous Colors of #418438

#418438 #388455 #678438

Monochromatic Colors of #418438

#418438

Complementary Color

#418438 #7b3884

#418438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#418438 Color CSS Codes

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

#418438 Text Font Color

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

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


#418438 Background Color

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

This div background color is #418438


#418438 Border Color

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

This div border color is #418438


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418438


Comments

No comments written yet.

Please login to write comment.