Color Hex Logo

#549441 Color Hex

#549441
(84,148,65)
0 Favorites   0 Comments

Color spaces of #549441

RGB 8414865
HSL0.300.390.42
HSV106°56°58°
CMYK 0.430.000.56   0.42
XYZ15.200223.44638.7255
Yxy23.44630.32090.4949
Hunter Lab48.4214-28.703623.2109
CIE-Lab55.5291-36.916937.0997

#549441 color RGB value is (84,148,65).

#549441 hex color red value is 84, green value is 148 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #549441 hue: 0.30 , saturation: 0.39 and the lightness value of 549441 is 0.42.

The process color (four color CMYK) of #549441 color hex is 0.43, 0.00, 0.56, 0.42. Web safe color of #549441 is #669933. Color #549441 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10010100 01000001
Octal 124 224 101
Decimal 84 148 65
Hex 54 94 41

RGB Percentages of Color #549441

%28.28
%49.83
%21.89

CMYK Percentages of Color #549441

%43
%0
%56
%42

Triadic Colors of #549441

#549441 #415494 #944154

Analogous Colors of #549441

#549441 #419458 #7e9441

Monochromatic Colors of #549441

#549441

Complementary Color

#549441 #814194

#549441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#549441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#549441 Color CSS Codes

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

#549441 Text Font Color

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

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


#549441 Background Color

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

This div background color is #549441


#549441 Border Color

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

This div border color is #549441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #549441


Comments

No comments written yet.

Please login to write comment.