Color Hex Logo

#49991e Color Hex

#49991E
(73,153,30)
0 Favorites   0 Comments

Color spaces of #49991e

RGB 7315330
HSL0.280.670.36
HSV99°80°60°
CMYK 0.520.000.80   0.40
XYZ14.373224.29275.1597
Yxy24.29270.32800.5543
Hunter Lab49.2876-34.199428.2945
CIE-Lab56.3797-45.597252.4182

#49991e color RGB value is (73,153,30).

#49991e hex color red value is 73, green value is 153 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #49991e hue: 0.28 , saturation: 0.67 and the lightness value of 49991e is 0.36.

The process color (four color CMYK) of #49991e color hex is 0.52, 0.00, 0.80, 0.40. Web safe color of #49991e is #339933. Color #49991e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011001 00011110
Octal 111 231 36
Decimal 73 153 30
Hex 49 99 1E

RGB Percentages of Color #49991e

%28.52
%59.77
%11.72

CMYK Percentages of Color #49991e

%52
%0
%80
%40

Triadic Colors of #49991e

#49991e #1e4999 #991e49

Analogous Colors of #49991e

#49991e #1e9931 #87991e

Monochromatic Colors of #49991e

#49991e

Complementary Color

#49991e #6e1e99

#49991e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49991e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49991e Color CSS Codes

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

#49991e Text Font Color

<p style="color:#49991e">Text here</p>

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


#49991e Background Color

<div style="background-color:#49991e">
Div content here</div>

This div background color is #49991e


#49991e Border Color

<div style="border:3px solid #49991e">
Div here</div>

This div border color is #49991e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,153,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49991e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49991e;
  -webkit-box-shadow: 1px 1px 3px 2px #49991e;
  box-shadow:         1px 1px 3px 2px #49991e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49991e


Comments

No comments written yet.

Please login to write comment.