Color Hex Logo

#329019 Color Hex

#329019
(50,144,25)
0 Favorites   0 Comments

Color spaces of #329019

RGB 5014425
HSL0.300.700.33
HSV107°83°56°
CMYK 0.650.000.83   0.44
XYZ11.464120.69484.3100
Yxy20.69480.31440.5675
Hunter Lab45.4915-34.627326.2268
CIE-Lab52.6138-48.707550.1388

#329019 color RGB value is (50,144,25).

#329019 hex color red value is 50, green value is 144 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #329019 hue: 0.30 , saturation: 0.70 and the lightness value of 329019 is 0.33.

The process color (four color CMYK) of #329019 color hex is 0.65, 0.00, 0.83, 0.44. Web safe color of #329019 is #339900. Color #329019 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10010000 00011001
Octal 62 220 31
Decimal 50 144 25
Hex 32 90 19

RGB Percentages of Color #329019

%22.83
%65.75
%11.42

CMYK Percentages of Color #329019

%65
%0
%83
%44

Triadic Colors of #329019

#329019 #193290 #901932

Analogous Colors of #329019

#329019 #19903c #6e9019

Monochromatic Colors of #329019

#329019

Complementary Color

#329019 #771990

#329019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#329019 Color CSS Codes

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

#329019 Text Font Color

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

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


#329019 Background Color

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

This div background color is #329019


#329019 Border Color

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

This div border color is #329019


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,144,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #329019; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #329019;
  -webkit-box-shadow: 1px 1px 3px 2px #329019;
  box-shadow:         1px 1px 3px 2px #329019; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,144,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329019


Comments

No comments written yet.

Please login to write comment.