Color Hex Logo

#418538 Color Hex

#418538
(65,133,56)
0 Favorites   0 Comments

Color spaces of #418538

RGB 6513356
HSL0.310.410.37
HSV113°58°52°
CMYK 0.510.000.58   0.48
XYZ11.281318.18446.6567
Yxy18.18440.31230.5034
Hunter Lab42.6432-27.403220.5949
CIE-Lab49.7190-37.549834.5201

#418538 color RGB value is (65,133,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10000101 00111000
Octal 101 205 70
Decimal 65 133 56
Hex 41 85 38

RGB Percentages of Color #418538

%25.59
%52.36
%22.05

CMYK Percentages of Color #418538

%51
%0
%58
%48

Triadic Colors of #418538

#418538 #384185 #853841

Analogous Colors of #418538

#418538 #388556 #688538

Monochromatic Colors of #418538

#418538

Complementary Color

#418538 #7c3885

#418538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#418538 Color CSS Codes

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

#418538 Text Font Color

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

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


#418538 Background Color

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

This div background color is #418538


#418538 Border Color

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

This div border color is #418538


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,133,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 #418538">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418538


Comments

No comments written yet.

Please login to write comment.