Color Hex Logo

#339420 Color Hex

#339420
(51,148,32)
0 Favorites   0 Comments

Color spaces of #339420

RGB 5114832
HSL0.310.640.35
HSV110°78°58°
CMYK 0.660.000.78   0.42
XYZ12.215921.98794.9667
Yxy21.98790.31190.5613
Hunter Lab46.8913-35.557726.5439
CIE-Lab54.0142-49.457049.2536

#339420 color RGB value is (51,148,32).

#339420 hex color red value is 51, green value is 148 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #339420 hue: 0.31 , saturation: 0.64 and the lightness value of 339420 is 0.35.

The process color (four color CMYK) of #339420 color hex is 0.66, 0.00, 0.78, 0.42. Web safe color of #339420 is #339933. Color #339420 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10010100 00100000
Octal 63 224 40
Decimal 51 148 32
Hex 33 94 20

RGB Percentages of Color #339420

%22.08
%64.07
%13.85

CMYK Percentages of Color #339420

%66
%0
%78
%42

Triadic Colors of #339420

#339420 #203394 #942033

Analogous Colors of #339420

#339420 #209447 #6d9420

Monochromatic Colors of #339420

#339420

Complementary Color

#339420 #812094

#339420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#339420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#339420 Color CSS Codes

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

#339420 Text Font Color

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

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


#339420 Background Color

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

This div background color is #339420


#339420 Border Color

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

This div border color is #339420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #339420


Comments

No comments written yet.

Please login to write comment.