Color Hex Logo

#496118 Color Hex

#496118
(73,97,24)
0 Favorites   0 Comments

Color spaces of #496118

RGB 739724
HSL0.220.600.24
HSV80°75°38°
CMYK 0.250.000.75   0.62
XYZ7.187210.03182.4217
Yxy10.03180.36590.5108
Hunter Lab31.6730-14.922817.6378
CIE-Lab37.8994-20.890136.6851

#496118 color RGB value is (73,97,24).

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

The process color (four color CMYK) of #496118 color hex is 0.25, 0.00, 0.75, 0.62. Web safe color of #496118 is #336600. Color #496118 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100001 00011000
Octal 111 141 30
Decimal 73 97 24
Hex 49 61 18

RGB Percentages of Color #496118

%37.63
%50.00
%12.37

CMYK Percentages of Color #496118

%25
%0
%75
%62

Triadic Colors of #496118

#496118 #184961 #611849

Analogous Colors of #496118

#496118 #256118 #615518

Monochromatic Colors of #496118

#496118

Complementary Color

#496118 #301861

#496118 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496118 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496118 Color CSS Codes

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

#496118 Text Font Color

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

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


#496118 Background Color

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

This div background color is #496118


#496118 Border Color

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

This div border color is #496118


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,97,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 #496118">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496118


Comments

No comments written yet.

Please login to write comment.