Color Hex Logo

#497900 Color Hex

#497900
(73,121,0)
0 Favorites   0 Comments

Color spaces of #497900

RGB 731210
HSL0.231.000.24
HSV84°100°47°
CMYK 0.400.001.00   0.53
XYZ9.585015.09122.4077
Yxy15.09120.35390.5572
Hunter Lab38.8474-23.940823.5185
CIE-Lab45.7589-33.470850.3444

#497900 color RGB value is (73,121,0).

#497900 hex color red value is 73, green value is 121 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #497900 hue: 0.23 , saturation: 1.00 and the lightness value of 497900 is 0.24.

The process color (four color CMYK) of #497900 color hex is 0.40, 0.00, 1.00, 0.53. Web safe color of #497900 is #336600. Color #497900 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111001 00000000
Octal 111 171 0
Decimal 73 121 0
Hex 49 79 0

RGB Percentages of Color #497900

%37.63
%62.37
%0.00

CMYK Percentages of Color #497900

%40
%0
%100
%53

Triadic Colors of #497900

#497900 #004979 #790049

Analogous Colors of #497900

#497900 #0d7900 #796d00

Monochromatic Colors of #497900

#497900

Complementary Color

#497900 #300079

#497900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#497900 Color CSS Codes

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

#497900 Text Font Color

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

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


#497900 Background Color

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

This div background color is #497900


#497900 Border Color

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

This div border color is #497900


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497900


Comments

No comments written yet.

Please login to write comment.