Color Hex Logo

#418532 Color Hex

#418532
(65,133,50)
0 Favorites   0 Comments

Color spaces of #418532

RGB 6513350
HSL0.300.450.36
HSV109°62°52°
CMYK 0.510.000.62   0.48
XYZ11.143218.12925.9296
Yxy18.12920.31660.5150
Hunter Lab42.5784-27.796921.5480
CIE-Lab49.6524-38.269737.3853

#418532 color RGB value is (65,133,50).

#418532 hex color red value is 65, green value is 133 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #418532 hue: 0.30 , saturation: 0.45 and the lightness value of 418532 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10000101 00110010
Octal 101 205 62
Decimal 65 133 50
Hex 41 85 32

RGB Percentages of Color #418532

%26.21
%53.63
%20.16

CMYK Percentages of Color #418532

%51
%0
%62
%48

Triadic Colors of #418532

#418532 #324185 #853241

Analogous Colors of #418532

#418532 #32854d #6b8532

Monochromatic Colors of #418532

#418532

Complementary Color

#418532 #763285

#418532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#418532 Color CSS Codes

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

#418532 Text Font Color

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

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


#418532 Background Color

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

This div background color is #418532


#418532 Border Color

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

This div border color is #418532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418532


Comments

No comments written yet.

Please login to write comment.