Color Hex Logo

#499816 Color Hex

#499816
(73,152,22)
0 Favorites   0 Comments

Color spaces of #499816

RGB 7315222
HSL0.270.750.34
HSV96°86°60°
CMYK 0.520.000.86   0.40
XYZ14.120723.93094.6339
Yxy23.93090.33080.5606
Hunter Lab48.9192-34.084028.6272
CIE-Lab56.0185-45.609754.3426

#499816 color RGB value is (73,152,22).

#499816 hex color red value is 73, green value is 152 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #499816 hue: 0.27 , saturation: 0.75 and the lightness value of 499816 is 0.34.

The process color (four color CMYK) of #499816 color hex is 0.52, 0.00, 0.86, 0.40. Web safe color of #499816 is #339900. Color #499816 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011000 00010110
Octal 111 230 26
Decimal 73 152 22
Hex 49 98 16

RGB Percentages of Color #499816

%29.55
%61.54
%8.91

CMYK Percentages of Color #499816

%52
%0
%86
%40

Triadic Colors of #499816

#499816 #164998 #981649

Analogous Colors of #499816

#499816 #169824 #8a9816

Monochromatic Colors of #499816

#499816

Complementary Color

#499816 #651698

#499816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#499816 Color CSS Codes

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

#499816 Text Font Color

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

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


#499816 Background Color

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

This div background color is #499816


#499816 Border Color

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

This div border color is #499816


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499816


Comments

No comments written yet.

Please login to write comment.