Color Hex Logo

#499c4f Color Hex

#499C4F
(73,156,79)
0 Favorites   0 Comments

Color spaces of #499c4f

RGB 7315679
HSL0.350.360.45
HSV124°53°61°
CMYK 0.530.000.49   0.39
XYZ16.047425.757911.5231
Yxy25.75790.30090.4830
Hunter Lab50.7522-32.376322.0650
CIE-Lab57.8065-41.782132.6508

#499c4f color RGB value is (73,156,79).

#499c4f hex color red value is 73, green value is 156 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #499c4f hue: 0.35 , saturation: 0.36 and the lightness value of 499c4f is 0.45.

The process color (four color CMYK) of #499c4f color hex is 0.53, 0.00, 0.49, 0.39. Web safe color of #499c4f is #339966. Color #499c4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011100 01001111
Octal 111 234 117
Decimal 73 156 79
Hex 49 9C 4F

RGB Percentages of Color #499c4f

%23.70
%50.65
%25.65

CMYK Percentages of Color #499c4f

%53
%0
%49
%39

Triadic Colors of #499c4f

#499c4f #4f499c #9c4f49

Analogous Colors of #499c4f

#499c4f #499c79 #6d9c49

Monochromatic Colors of #499c4f

#499c4f

Complementary Color

#499c4f #9c4996

#499c4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499c4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#499c4f Color CSS Codes

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

#499c4f Text Font Color

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

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


#499c4f Background Color

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

This div background color is #499c4f


#499c4f Border Color

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

This div border color is #499c4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499c4f


Comments

No comments written yet.

Please login to write comment.