Color Hex Logo

#549231 Color Hex

#549231
(84,146,49)
0 Favorites   0 Comments

Color spaces of #549231

RGB 8414649
HSL0.270.500.38
HSV98°66°57°
CMYK 0.420.000.66   0.43
XYZ14.489422.66436.5167
Yxy22.66430.33180.5190
Hunter Lab47.6070-28.985125.2090
CIE-Lab54.7249-37.748543.7072

#549231 color RGB value is (84,146,49).

#549231 hex color red value is 84, green value is 146 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #549231 hue: 0.27 , saturation: 0.50 and the lightness value of 549231 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10010010 00110001
Octal 124 222 61
Decimal 84 146 49
Hex 54 92 31

RGB Percentages of Color #549231

%30.11
%52.33
%17.56

CMYK Percentages of Color #549231

%42
%0
%66
%43

Triadic Colors of #549231

#549231 #315492 #923154

Analogous Colors of #549231

#549231 #31923f #859231

Monochromatic Colors of #549231

#549231

Complementary Color

#549231 #6f3192

#549231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#549231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#549231 Color CSS Codes

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

#549231 Text Font Color

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

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


#549231 Background Color

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

This div background color is #549231


#549231 Border Color

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

This div border color is #549231


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,146,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 #549231">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #549231


Comments

No comments written yet.

Please login to write comment.