Color Hex Logo

#49a515 Color Hex

#49A515
(73,165,21)
0 Favorites   0 Comments

Color spaces of #49a515

RGB 7316521
HSL0.270.770.36
HSV98°87°65°
CMYK 0.560.000.87   0.35
XYZ16.338128.38095.3264
Yxy28.38090.32650.5671
Hunter Lab53.2737-38.486331.3637
CIE-Lab60.2313-50.575058.2877

#49a515 color RGB value is (73,165,21).

#49a515 hex color red value is 73, green value is 165 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #49a515 hue: 0.27 , saturation: 0.77 and the lightness value of 49a515 is 0.36.

The process color (four color CMYK) of #49a515 color hex is 0.56, 0.00, 0.87, 0.35. Web safe color of #49a515 is #339900. Color #49a515 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10100101 00010101
Octal 111 245 25
Decimal 73 165 21
Hex 49 A5 15

RGB Percentages of Color #49a515

%28.19
%63.71
%8.11

CMYK Percentages of Color #49a515

%56
%0
%87
%35

Triadic Colors of #49a515

#49a515 #1549a5 #a51549

Analogous Colors of #49a515

#49a515 #15a529 #91a515

Monochromatic Colors of #49a515

#49a515

Complementary Color

#49a515 #7115a5

#49a515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49a515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#49a515 Color CSS Codes

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

#49a515 Text Font Color

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

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


#49a515 Background Color

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

This div background color is #49a515


#49a515 Border Color

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

This div border color is #49a515


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,165,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49a515; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49a515;
  -webkit-box-shadow: 1px 1px 3px 2px #49a515;
  box-shadow:         1px 1px 3px 2px #49a515; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49a515


Comments

No comments written yet.

Please login to write comment.