Color Hex Logo

#549731 Color Hex

#549731
(84,151,49)
0 Favorites   0 Comments

Color spaces of #549731

RGB 8415149
HSL0.280.510.39
HSV99°68°59°
CMYK 0.440.000.68   0.41
XYZ15.277124.23986.7793
Yxy24.23980.33000.5236
Hunter Lab49.2339-30.771526.2998
CIE-Lab56.3271-39.899645.4326

#549731 color RGB value is (84,151,49).

#549731 hex color red value is 84, green value is 151 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #549731 hue: 0.28 , saturation: 0.51 and the lightness value of 549731 is 0.39.

The process color (four color CMYK) of #549731 color hex is 0.44, 0.00, 0.68, 0.41. Web safe color of #549731 is #669933. Color #549731 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10010111 00110001
Octal 124 227 61
Decimal 84 151 49
Hex 54 97 31

RGB Percentages of Color #549731

%29.58
%53.17
%17.25

CMYK Percentages of Color #549731

%44
%0
%68
%41

Triadic Colors of #549731

#549731 #315497 #973154

Analogous Colors of #549731

#549731 #319741 #879731

Monochromatic Colors of #549731

#549731

Complementary Color

#549731 #743197

#549731 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#549731 Color Preview on White Background

Lorem ipsum dolor sit amet.

#549731 Color CSS Codes

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

#549731 Text Font Color

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

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


#549731 Background Color

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

This div background color is #549731


#549731 Border Color

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

This div border color is #549731


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #549731


Comments

No comments written yet.

Please login to write comment.