Color Hex Logo

#549565 Color Hex

#549565
(84,149,101)
0 Favorites   0 Comments

Color spaces of #549565

RGB 84149101
HSL0.380.280.46
HSV136°44°58°
CMYK 0.440.000.32   0.42
XYZ16.752624.319316.1231
Yxy24.31930.29290.4252
Hunter Lab49.3146-25.662515.1357
CIE-Lab56.4061-31.755519.0282

#549565 color RGB value is (84,149,101).

#549565 hex color red value is 84, green value is 149 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #549565 hue: 0.38 , saturation: 0.28 and the lightness value of 549565 is 0.46.

The process color (four color CMYK) of #549565 color hex is 0.44, 0.00, 0.32, 0.42. Web safe color of #549565 is #669966. Color #549565 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10010101 01100101
Octal 124 225 145
Decimal 84 149 101
Hex 54 95 65

RGB Percentages of Color #549565

%25.15
%44.61
%30.24

CMYK Percentages of Color #549565

%44
%0
%32
%42

Triadic Colors of #549565

#549565 #655495 #956554

Analogous Colors of #549565

#549565 #549586 #649554

Monochromatic Colors of #549565

#549565

Complementary Color

#549565 #955484

#549565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#549565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#549565 Color CSS Codes

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

#549565 Text Font Color

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

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


#549565 Background Color

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

This div background color is #549565


#549565 Border Color

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

This div border color is #549565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #549565


Comments

No comments written yet.

Please login to write comment.