Color Hex Logo

#497028 Color Hex

#497028
(73,112,40)
0 Favorites   0 Comments

Color spaces of #497028

RGB 7311240
HSL0.260.470.30
HSV93°64°44°
CMYK 0.350.000.64   0.56
XYZ8.924813.15804.0768
Yxy13.15800.34120.5030
Hunter Lab36.2740-19.561518.7282
CIE-Lab43.0004-27.051734.8160

#497028 color RGB value is (73,112,40).

#497028 hex color red value is 73, green value is 112 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #497028 hue: 0.26 , saturation: 0.47 and the lightness value of 497028 is 0.30.

The process color (four color CMYK) of #497028 color hex is 0.35, 0.00, 0.64, 0.56. Web safe color of #497028 is #336633. Color #497028 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110000 00101000
Octal 111 160 50
Decimal 73 112 40
Hex 49 70 28

RGB Percentages of Color #497028

%32.44
%49.78
%17.78

CMYK Percentages of Color #497028

%35
%0
%64
%56

Triadic Colors of #497028

#497028 #284970 #702849

Analogous Colors of #497028

#497028 #28702b #6d7028

Monochromatic Colors of #497028

#497028

Complementary Color

#497028 #4f2870

#497028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#497028 Color CSS Codes

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

#497028 Text Font Color

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

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


#497028 Background Color

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

This div background color is #497028


#497028 Border Color

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

This div border color is #497028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497028


Comments

No comments written yet.

Please login to write comment.