Color Hex Logo

#497601 Color Hex

#497601
(73,118,1)
0 Favorites   0 Comments

Color spaces of #497601

RGB 731181
HSL0.230.980.23
HSV83°99°46°
CMYK 0.380.000.99   0.54
XYZ9.231614.37552.3169
Yxy14.37550.35610.5545
Hunter Lab37.9150-22.889922.9175
CIE-Lab44.7667-32.090449.3486

#497601 color RGB value is (73,118,1).

#497601 hex color red value is 73, green value is 118 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #497601 hue: 0.23 , saturation: 0.98 and the lightness value of 497601 is 0.23.

The process color (four color CMYK) of #497601 color hex is 0.38, 0.00, 0.99, 0.54. Web safe color of #497601 is #336600. Color #497601 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110110 00000001
Octal 111 166 1
Decimal 73 118 1
Hex 49 76 1

RGB Percentages of Color #497601

%38.02
%61.46
%0.52

CMYK Percentages of Color #497601

%38
%0
%99
%54

Triadic Colors of #497601

#497601 #014976 #760149

Analogous Colors of #497601

#497601 #0f7601 #766901

Monochromatic Colors of #497601

#497601

Complementary Color

#497601 #2e0176

#497601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#497601 Color CSS Codes

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

#497601 Text Font Color

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

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


#497601 Background Color

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

This div background color is #497601


#497601 Border Color

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

This div border color is #497601


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497601

#497601 Color Palettes


Comments

No comments written yet.

Please login to write comment.