Color Hex Logo

#499155 Color Hex

#499155
(73,145,85)
0 Favorites   0 Comments

Color spaces of #499155

RGB 7314585
HSL0.360.330.43
HSV130°50°57°
CMYK 0.500.000.41   0.43
XYZ14.512722.323112.1382
Yxy22.32310.29630.4558
Hunter Lab47.2473-27.854017.8411
CIE-Lab54.3682-36.067825.0683

#499155 color RGB value is (73,145,85).

#499155 hex color red value is 73, green value is 145 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #499155 hue: 0.36 , saturation: 0.33 and the lightness value of 499155 is 0.43.

The process color (four color CMYK) of #499155 color hex is 0.50, 0.00, 0.41, 0.43. Web safe color of #499155 is #339966. Color #499155 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010001 01010101
Octal 111 221 125
Decimal 73 145 85
Hex 49 91 55

RGB Percentages of Color #499155

%24.09
%47.85
%28.05

CMYK Percentages of Color #499155

%50
%0
%41
%43

Triadic Colors of #499155

#499155 #554991 #915549

Analogous Colors of #499155

#499155 #499179 #619149

Monochromatic Colors of #499155

#499155

Complementary Color

#499155 #914985

#499155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#499155 Color CSS Codes

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

#499155 Text Font Color

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

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


#499155 Background Color

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

This div background color is #499155


#499155 Border Color

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

This div border color is #499155


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,145,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #499155; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #499155;
  -webkit-box-shadow: 1px 1px 3px 2px #499155;
  box-shadow:         1px 1px 3px 2px #499155; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499155


Comments

No comments written yet.

Please login to write comment.