Color Hex Logo

#496120 Color Hex

#496120
(73,97,32)
0 Favorites   0 Comments

Color spaces of #496120

RGB 739732
HSL0.230.500.25
HSV82°67°38°
CMYK 0.250.000.67   0.62
XYZ7.283110.07012.9264
Yxy10.07010.35910.4966
Hunter Lab31.7334-14.566216.7458
CIE-Lab37.9679-20.249133.1398

#496120 color RGB value is (73,97,32).

#496120 hex color red value is 73, green value is 97 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #496120 hue: 0.23 , saturation: 0.50 and the lightness value of 496120 is 0.25.

The process color (four color CMYK) of #496120 color hex is 0.25, 0.00, 0.67, 0.62. Web safe color of #496120 is #336633. Color #496120 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100001 00100000
Octal 111 141 40
Decimal 73 97 32
Hex 49 61 20

RGB Percentages of Color #496120

%36.14
%48.02
%15.84

CMYK Percentages of Color #496120

%25
%0
%67
%62

Triadic Colors of #496120

#496120 #204961 #612049

Analogous Colors of #496120

#496120 #296120 #615920

Monochromatic Colors of #496120

#496120

Complementary Color

#496120 #382061

#496120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496120 Color CSS Codes

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

#496120 Text Font Color

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

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


#496120 Background Color

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

This div background color is #496120


#496120 Border Color

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

This div border color is #496120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496120


Comments

No comments written yet.

Please login to write comment.