Color Hex Logo

#549920 Color Hex

#549920
(84,153,32)
0 Favorites   0 Comments

Color spaces of #549920

RGB 8415332
HSL0.260.650.36
HSV94°79°60°
CMYK 0.450.000.79   0.40
XYZ15.308124.77165.3411
Yxy24.77160.33700.5454
Hunter Lab49.7711-32.198128.4771
CIE-Lab56.8522-41.979252.3945

#549920 color RGB value is (84,153,32).

#549920 hex color red value is 84, green value is 153 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #549920 hue: 0.26 , saturation: 0.65 and the lightness value of 549920 is 0.36.

The process color (four color CMYK) of #549920 color hex is 0.45, 0.00, 0.79, 0.40. Web safe color of #549920 is #669933. Color #549920 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10011001 00100000
Octal 124 231 40
Decimal 84 153 32
Hex 54 99 20

RGB Percentages of Color #549920

%31.23
%56.88
%11.90

CMYK Percentages of Color #549920

%45
%0
%79
%40

Triadic Colors of #549920

#549920 #205499 #992054

Analogous Colors of #549920

#549920 #209929 #919920

Monochromatic Colors of #549920

#549920

Complementary Color

#549920 #652099

#549920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#549920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#549920 Color CSS Codes

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

#549920 Text Font Color

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

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


#549920 Background Color

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

This div background color is #549920


#549920 Border Color

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

This div border color is #549920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #549920


Comments

No comments written yet.

Please login to write comment.