Color Hex Logo

#499427 Color Hex

#499427
(73,148,39)
0 Favorites   0 Comments

Color spaces of #499427

RGB 7314839
HSL0.280.580.37
HSV101°74°58°
CMYK 0.510.000.74   0.42
XYZ13.703822.74285.5870
Yxy22.74280.32600.5411
Hunter Lab47.6894-32.163626.4365
CIE-Lab54.8064-43.017347.7605

#499427 color RGB value is (73,148,39).

#499427 hex color red value is 73, green value is 148 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #499427 hue: 0.28 , saturation: 0.58 and the lightness value of 499427 is 0.37.

The process color (four color CMYK) of #499427 color hex is 0.51, 0.00, 0.74, 0.42. Web safe color of #499427 is #339933. Color #499427 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010100 00100111
Octal 111 224 47
Decimal 73 148 39
Hex 49 94 27

RGB Percentages of Color #499427

%28.08
%56.92
%15.00

CMYK Percentages of Color #499427

%51
%0
%74
%42

Triadic Colors of #499427

#499427 #274994 #942749

Analogous Colors of #499427

#499427 #27943c #809427

Monochromatic Colors of #499427

#499427

Complementary Color

#499427 #722794

#499427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#499427 Color CSS Codes

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

#499427 Text Font Color

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

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


#499427 Background Color

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

This div background color is #499427


#499427 Border Color

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

This div border color is #499427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499427


Comments

No comments written yet.

Please login to write comment.