Color Hex Logo

#499e5f Color Hex

#499E5F
(73,158,95)
0 Favorites   0 Comments

Color spaces of #499e5f

RGB 7315895
HSL0.380.370.45
HSV136°54°62°
CMYK 0.540.000.40   0.38
XYZ17.040126.696415.0813
Yxy26.69640.28970.4539
Hunter Lab51.6686-31.551318.8621
CIE-Lab58.6923-40.015125.2998

#499e5f color RGB value is (73,158,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011110 01011111
Octal 111 236 137
Decimal 73 158 95
Hex 49 9E 5F

RGB Percentages of Color #499e5f

%22.39
%48.47
%29.14

CMYK Percentages of Color #499e5f

%54
%0
%40
%38

Triadic Colors of #499e5f

#499e5f #5f499e #9e5f49

Analogous Colors of #499e5f

#499e5f #499e8a #5e9e49

Monochromatic Colors of #499e5f

#499e5f

Complementary Color

#499e5f #9e4988

#499e5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499e5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#499e5f Color CSS Codes

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

#499e5f Text Font Color

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

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


#499e5f Background Color

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

This div background color is #499e5f


#499e5f Border Color

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

This div border color is #499e5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499e5f


Comments

No comments written yet.

Please login to write comment.