Color Hex Logo

#049e3c Color Hex

#049E3C
(4,158,60)
0 Favorites   0 Comments

Color spaces of #049e3c

RGB 415860
HSL0.390.950.32
HSV142°97°62°
CMYK 0.970.000.62   0.38
XYZ13.092524.80588.3729
Yxy24.80580.28300.5361
Hunter Lab49.8054-40.236724.8964
CIE-Lab56.8857-55.937740.6161

#049e3c color RGB value is (4,158,60).

#049e3c hex color red value is 4, green value is 158 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #049e3c hue: 0.39 , saturation: 0.95 and the lightness value of 049e3c is 0.32.

The process color (four color CMYK) of #049e3c color hex is 0.97, 0.00, 0.62, 0.38. Web safe color of #049e3c is #009933. Color #049e3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10011110 00111100
Octal 4 236 74
Decimal 4 158 60
Hex 4 9E 3C

RGB Percentages of Color #049e3c

%1.80
%71.17
%27.03

CMYK Percentages of Color #049e3c

%97
%0
%62
%38

Triadic Colors of #049e3c

#049e3c #3c049e #9e3c04

Analogous Colors of #049e3c

#049e3c #049e89 #199e04

Monochromatic Colors of #049e3c

#049e3c

Complementary Color

#049e3c #9e0466

#049e3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#049e3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#049e3c Color CSS Codes

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

#049e3c Text Font Color

<p style="color:#049e3c">Text here</p>

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


#049e3c Background Color

<div style="background-color:#049e3c">
Div content here</div>

This div background color is #049e3c


#049e3c Border Color

<div style="border:3px solid #049e3c">
Div here</div>

This div border color is #049e3c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,158,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #049e3c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #049e3c;
  -webkit-box-shadow: 1px 1px 3px 2px #049e3c;
  box-shadow:         1px 1px 3px 2px #049e3c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #049e3c


Comments

No comments written yet.

Please login to write comment.