Color Hex Logo

#319529 Color Hex

#319529
(49,149,41)
0 Favorites   0 Comments

Color spaces of #319529

RGB 4914941
HSL0.320.570.37
HSV116°72°58°
CMYK 0.670.000.72   0.42
XYZ12.414322.30805.7494
Yxy22.30800.30670.5512
Hunter Lab47.2313-35.737925.8447
CIE-Lab54.3523-49.555846.2643

#319529 color RGB value is (49,149,41).

#319529 hex color red value is 49, green value is 149 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #319529 hue: 0.32 , saturation: 0.57 and the lightness value of 319529 is 0.37.

The process color (four color CMYK) of #319529 color hex is 0.67, 0.00, 0.72, 0.42. Web safe color of #319529 is #339933. Color #319529 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10010101 00101001
Octal 61 225 51
Decimal 49 149 41
Hex 31 95 29

RGB Percentages of Color #319529

%20.50
%62.34
%17.15

CMYK Percentages of Color #319529

%67
%0
%72
%42

Triadic Colors of #319529

#319529 #293195 #952931

Analogous Colors of #319529

#319529 #299557 #679529

Monochromatic Colors of #319529

#319529

Complementary Color

#319529 #8d2995

#319529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#319529 Color CSS Codes

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

#319529 Text Font Color

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

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


#319529 Background Color

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

This div background color is #319529


#319529 Border Color

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

This div border color is #319529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319529


Comments

No comments written yet.

Please login to write comment.