Color Hex Logo

#319136 Color Hex

#319136
(49,145,54)
0 Favorites   0 Comments

Color spaces of #319136

RGB 4914554
HSL0.340.490.38
HSV123°66°57°
CMYK 0.660.000.63   0.43
XYZ12.057921.17016.9408
Yxy21.17010.30020.5270
Hunter Lab46.0110-33.740523.2637
CIE-Lab53.1352-46.760839.3047

#319136 color RGB value is (49,145,54).

#319136 hex color red value is 49, green value is 145 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #319136 hue: 0.34 , saturation: 0.49 and the lightness value of 319136 is 0.38.

The process color (four color CMYK) of #319136 color hex is 0.66, 0.00, 0.63, 0.43. Web safe color of #319136 is #339933. Color #319136 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10010001 00110110
Octal 61 221 66
Decimal 49 145 54
Hex 31 91 36

RGB Percentages of Color #319136

%19.76
%58.47
%21.77

CMYK Percentages of Color #319136

%66
%0
%63
%43

Triadic Colors of #319136

#319136 #363191 #913631

Analogous Colors of #319136

#319136 #319166 #5c9131

Monochromatic Colors of #319136

#319136

Complementary Color

#319136 #91318c

#319136 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319136 Color Preview on White Background

Lorem ipsum dolor sit amet.

#319136 Color CSS Codes

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

#319136 Text Font Color

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

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


#319136 Background Color

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

This div background color is #319136


#319136 Border Color

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

This div border color is #319136


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319136


Comments

No comments written yet.

Please login to write comment.