Color Hex Logo

#049505 Color Hex

#049505
(4,149,5)
0 Favorites   0 Comments

Color spaces of #049505

RGB 41495
HSL0.330.950.30
HSV120°97°58°
CMYK 0.970.000.97   0.42
XYZ10.824921.53173.7291
Yxy21.53170.30000.5967
Hunter Lab46.4023-39.562827.7168
CIE-Lab53.5266-57.321154.9236

#049505 color RGB value is (4,149,5).

#049505 hex color red value is 4, green value is 149 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #049505 hue: 0.33 , saturation: 0.95 and the lightness value of 049505 is 0.30.

The process color (four color CMYK) of #049505 color hex is 0.97, 0.00, 0.97, 0.42. Web safe color of #049505 is #009900. Color #049505 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10010101 00000101
Octal 4 225 5
Decimal 4 149 5
Hex 4 95 5

RGB Percentages of Color #049505

%2.53
%94.30
%3.16

CMYK Percentages of Color #049505

%97
%0
%97
%42

Triadic Colors of #049505

#049505 #050495 #950504

Analogous Colors of #049505

#049505 #04954e #4c9504

Monochromatic Colors of #049505

#049505

Complementary Color

#049505 #950494

#049505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#049505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#049505 Color CSS Codes

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

#049505 Text Font Color

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

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


#049505 Background Color

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

This div background color is #049505


#049505 Border Color

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

This div border color is #049505


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,149,5, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #049505; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #049505;
  -webkit-box-shadow: 1px 1px 3px 2px #049505;
  box-shadow:         1px 1px 3px 2px #049505; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #049505


Comments

No comments written yet.

Please login to write comment.