Color Hex Logo

#499012 Color Hex

#499012
(73,144,18)
0 Favorites   0 Comments

Color spaces of #499012

RGB 7314418
HSL0.260.780.32
HSV94°88°56°
CMYK 0.490.000.88   0.44
XYZ12.830121.40674.0279
Yxy21.40670.33530.5594
Hunter Lab46.2674-31.469327.2256
CIE-Lab53.3918-42.614353.0008

#499012 color RGB value is (73,144,18).

#499012 hex color red value is 73, green value is 144 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #499012 hue: 0.26 , saturation: 0.78 and the lightness value of 499012 is 0.32.

The process color (four color CMYK) of #499012 color hex is 0.49, 0.00, 0.88, 0.44. Web safe color of #499012 is #339900. Color #499012 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010000 00010010
Octal 111 220 22
Decimal 73 144 18
Hex 49 90 12

RGB Percentages of Color #499012

%31.06
%61.28
%7.66

CMYK Percentages of Color #499012

%49
%0
%88
%44

Triadic Colors of #499012

#499012 #124990 #901249

Analogous Colors of #499012

#499012 #12901a #889012

Monochromatic Colors of #499012

#499012

Complementary Color

#499012 #591290

#499012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#499012 Color CSS Codes

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

#499012 Text Font Color

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

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


#499012 Background Color

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

This div background color is #499012


#499012 Border Color

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

This div border color is #499012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499012


Comments

No comments written yet.

Please login to write comment.