Color Hex Logo

#497418 Color Hex

#497418
(73,116,24)
0 Favorites   0 Comments

Color spaces of #497418

RGB 7311624
HSL0.240.660.27
HSV88°79°45°
CMYK 0.370.000.79   0.55
XYZ9.157913.97323.0786
Yxy13.97320.34940.5331
Hunter Lab37.3807-21.685621.2835
CIE-Lab44.1945-30.237242.8541

#497418 color RGB value is (73,116,24).

#497418 hex color red value is 73, green value is 116 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #497418 hue: 0.24 , saturation: 0.66 and the lightness value of 497418 is 0.27.

The process color (four color CMYK) of #497418 color hex is 0.37, 0.00, 0.79, 0.55. Web safe color of #497418 is #336600. Color #497418 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110100 00011000
Octal 111 164 30
Decimal 73 116 24
Hex 49 74 18

RGB Percentages of Color #497418

%34.27
%54.46
%11.27

CMYK Percentages of Color #497418

%37
%0
%79
%55

Triadic Colors of #497418

#497418 #184974 #741849

Analogous Colors of #497418

#497418 #1b7418 #747118

Monochromatic Colors of #497418

#497418

Complementary Color

#497418 #431874

#497418 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497418 Color Preview on White Background

Lorem ipsum dolor sit amet.

#497418 Color CSS Codes

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

#497418 Text Font Color

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

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


#497418 Background Color

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

This div background color is #497418


#497418 Border Color

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

This div border color is #497418


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,116,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #497418; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #497418;
  -webkit-box-shadow: 1px 1px 3px 2px #497418;
  box-shadow:         1px 1px 3px 2px #497418; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,116,24, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497418


Comments

No comments written yet.

Please login to write comment.