Color Hex Logo

#499014 Color Hex

#499014
(73,144,20)
0 Favorites   0 Comments

Color spaces of #499014

RGB 7314420
HSL0.260.760.32
HSV94°86°56°
CMYK 0.490.000.86   0.44
XYZ12.847221.41354.1179
Yxy21.41350.33470.5580
Hunter Lab46.2747-31.424027.1162
CIE-Lab53.3991-42.532152.5208

#499014 color RGB value is (73,144,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010000 00010100
Octal 111 220 24
Decimal 73 144 20
Hex 49 90 14

RGB Percentages of Color #499014

%30.80
%60.76
%8.44

CMYK Percentages of Color #499014

%49
%0
%86
%44

Triadic Colors of #499014

#499014 #144990 #901449

Analogous Colors of #499014

#499014 #14901d #879014

Monochromatic Colors of #499014

#499014

Complementary Color

#499014 #5b1490

#499014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#499014 Color CSS Codes

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

#499014 Text Font Color

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

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


#499014 Background Color

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

This div background color is #499014


#499014 Border Color

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

This div border color is #499014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499014


Comments

No comments written yet.

Please login to write comment.