Color Hex Logo

#499a45 Color Hex

#499A45
(73,154,69)
0 Favorites   0 Comments

Color spaces of #499a45

RGB 7315469
HSL0.330.380.44
HSV117°55°60°
CMYK 0.530.000.55   0.40
XYZ15.377424.95739.6370
Yxy24.95730.30770.4994
Hunter Lab49.9573-32.481023.5328
CIE-Lab57.0338-42.352136.7903

#499a45 color RGB value is (73,154,69).

#499a45 hex color red value is 73, green value is 154 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #499a45 hue: 0.33 , saturation: 0.38 and the lightness value of 499a45 is 0.44.

The process color (four color CMYK) of #499a45 color hex is 0.53, 0.00, 0.55, 0.40. Web safe color of #499a45 is #339933. Color #499a45 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011010 01000101
Octal 111 232 105
Decimal 73 154 69
Hex 49 9A 45

RGB Percentages of Color #499a45

%24.66
%52.03
%23.31

CMYK Percentages of Color #499a45

%53
%0
%55
%40

Triadic Colors of #499a45

#499a45 #45499a #9a4549

Analogous Colors of #499a45

#499a45 #459a6c #749a45

Monochromatic Colors of #499a45

#499a45

Complementary Color

#499a45 #96459a

#499a45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499a45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#499a45 Color CSS Codes

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

#499a45 Text Font Color

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

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


#499a45 Background Color

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

This div background color is #499a45


#499a45 Border Color

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

This div border color is #499a45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499a45


Comments

No comments written yet.

Please login to write comment.