Color Hex Logo

#499d5e Color Hex

#499D5E
(73,157,94)
0 Favorites   0 Comments

Color spaces of #499d5e

RGB 7315794
HSL0.380.370.45
HSV135°54°62°
CMYK 0.540.000.40   0.38
XYZ16.825026.338614.7868
Yxy26.33860.29030.4545
Hunter Lab51.3211-31.293018.8420
CIE-Lab58.3571-39.761625.3999

#499d5e color RGB value is (73,157,94).

#499d5e hex color red value is 73, green value is 157 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #499d5e hue: 0.38 , saturation: 0.37 and the lightness value of 499d5e is 0.45.

The process color (four color CMYK) of #499d5e color hex is 0.54, 0.00, 0.40, 0.38. Web safe color of #499d5e is #339966. Color #499d5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011101 01011110
Octal 111 235 136
Decimal 73 157 94
Hex 49 9D 5E

RGB Percentages of Color #499d5e

%22.53
%48.46
%29.01

CMYK Percentages of Color #499d5e

%54
%0
%40
%38

Triadic Colors of #499d5e

#499d5e #5e499d #9d5e49

Analogous Colors of #499d5e

#499d5e #499d88 #5e9d49

Monochromatic Colors of #499d5e

#499d5e

Complementary Color

#499d5e #9d4988

#499d5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499d5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#499d5e Color CSS Codes

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

#499d5e Text Font Color

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

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


#499d5e Background Color

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

This div background color is #499d5e


#499d5e Border Color

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

This div border color is #499d5e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,157,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #499d5e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #499d5e;
  -webkit-box-shadow: 1px 1px 3px 2px #499d5e;
  box-shadow:         1px 1px 3px 2px #499d5e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499d5e


Comments

No comments written yet.

Please login to write comment.