Color Hex Logo

#319920 Color Hex

#319920
(49,153,32)
0 Favorites   0 Comments

Color spaces of #319920

RGB 4915332
HSL0.310.650.36
HSV112°79°60°
CMYK 0.680.000.79   0.40
XYZ12.918623.53975.2292
Yxy23.53970.30990.5647
Hunter Lab48.5177-37.377627.5722
CIE-Lab55.6240-51.647550.7917

#319920 color RGB value is (49,153,32).

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

The process color (four color CMYK) of #319920 color hex is 0.68, 0.00, 0.79, 0.40. Web safe color of #319920 is #339933. Color #319920 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011001 00100000
Octal 61 231 40
Decimal 49 153 32
Hex 31 99 20

RGB Percentages of Color #319920

%20.94
%65.38
%13.68

CMYK Percentages of Color #319920

%68
%0
%79
%40

Triadic Colors of #319920

#319920 #203199 #992031

Analogous Colors of #319920

#319920 #20994c #6e9920

Monochromatic Colors of #319920

#319920

Complementary Color

#319920 #882099

#319920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#319920 Color CSS Codes

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

#319920 Text Font Color

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

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


#319920 Background Color

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

This div background color is #319920


#319920 Border Color

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

This div border color is #319920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319920


Comments

No comments written yet.

Please login to write comment.