Color Hex Logo

#499440 Color Hex

#499440
(73,148,64)
0 Favorites   0 Comments

Color spaces of #499440

RGB 7314864
HSL0.320.400.42
HSV114°57°58°
CMYK 0.510.000.57   0.42
XYZ14.263022.96648.5317
Yxy22.96640.31170.5019
Hunter Lab47.9233-30.740322.9910
CIE-Lab55.0377-40.495436.8956

#499440 color RGB value is (73,148,64).

#499440 hex color red value is 73, green value is 148 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #499440 hue: 0.32 , saturation: 0.40 and the lightness value of 499440 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010100 01000000
Octal 111 224 100
Decimal 73 148 64
Hex 49 94 40

RGB Percentages of Color #499440

%25.61
%51.93
%22.46

CMYK Percentages of Color #499440

%51
%0
%57
%42

Triadic Colors of #499440

#499440 #404994 #944049

Analogous Colors of #499440

#499440 #409461 #739440

Monochromatic Colors of #499440

#499440

Complementary Color

#499440 #8b4094

#499440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#499440 Color CSS Codes

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

#499440 Text Font Color

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

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


#499440 Background Color

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

This div background color is #499440


#499440 Border Color

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

This div border color is #499440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499440


Comments

No comments written yet.

Please login to write comment.