Color Hex Logo

#499654 Color Hex

#499654
(73,150,84)
0 Favorites   0 Comments

Color spaces of #499654

RGB 7315084
HSL0.360.350.44
HSV129°51°59°
CMYK 0.510.000.44   0.41
XYZ15.254223.869312.1908
Yxy23.86930.29730.4652
Hunter Lab48.8562-29.766019.4051
CIE-Lab55.9567-38.439027.6684

#499654 color RGB value is (73,150,84).

#499654 hex color red value is 73, green value is 150 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #499654 hue: 0.36 , saturation: 0.35 and the lightness value of 499654 is 0.44.

The process color (four color CMYK) of #499654 color hex is 0.51, 0.00, 0.44, 0.41. Web safe color of #499654 is #339966. Color #499654 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010110 01010100
Octal 111 226 124
Decimal 73 150 84
Hex 49 96 54

RGB Percentages of Color #499654

%23.78
%48.86
%27.36

CMYK Percentages of Color #499654

%51
%0
%44
%41

Triadic Colors of #499654

#499654 #544996 #965449

Analogous Colors of #499654

#499654 #49967b #659649

Monochromatic Colors of #499654

#499654

Complementary Color

#499654 #96498b

#499654 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499654 Color Preview on White Background

Lorem ipsum dolor sit amet.

#499654 Color CSS Codes

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

#499654 Text Font Color

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

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


#499654 Background Color

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

This div background color is #499654


#499654 Border Color

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

This div border color is #499654


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499654


Comments

No comments written yet.

Please login to write comment.