Color Hex Logo

#499a3b Color Hex

#499A3B
(73,154,59)
0 Favorites   0 Comments

Color spaces of #499a3b

RGB 7315459
HSL0.310.450.42
HSV111°62°60°
CMYK 0.530.000.62   0.40
XYZ15.092724.84348.1375
Yxy24.84340.31390.5168
Hunter Lab49.8432-33.175025.2104
CIE-Lab56.9225-43.564341.4842

#499a3b color RGB value is (73,154,59).

#499a3b hex color red value is 73, green value is 154 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #499a3b hue: 0.31 , saturation: 0.45 and the lightness value of 499a3b is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011010 00111011
Octal 111 232 73
Decimal 73 154 59
Hex 49 9A 3B

RGB Percentages of Color #499a3b

%25.52
%53.85
%20.63

CMYK Percentages of Color #499a3b

%53
%0
%62
%40

Triadic Colors of #499a3b

#499a3b #3b499a #9a3b49

Analogous Colors of #499a3b

#499a3b #3b9a5c #799a3b

Monochromatic Colors of #499a3b

#499a3b

Complementary Color

#499a3b #8c3b9a

#499a3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499a3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#499a3b Color CSS Codes

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

#499a3b Text Font Color

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

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


#499a3b Background Color

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

This div background color is #499a3b


#499a3b Border Color

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

This div border color is #499a3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499a3b


Comments

No comments written yet.

Please login to write comment.