Color Hex Logo

#399a3a Color Hex

#399A3A
(57,154,58)
0 Favorites   0 Comments

Color spaces of #399a3a

RGB 5715458
HSL0.340.460.41
HSV121°63°60°
CMYK 0.630.000.62   0.40
XYZ14.006724.28657.9525
Yxy24.28650.30290.5252
Hunter Lab49.2813-35.509224.9293
CIE-Lab56.3735-47.854341.1810

#399a3a color RGB value is (57,154,58).

#399a3a hex color red value is 57, green value is 154 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #399a3a hue: 0.34 , saturation: 0.46 and the lightness value of 399a3a is 0.41.

The process color (four color CMYK) of #399a3a color hex is 0.63, 0.00, 0.62, 0.40. Web safe color of #399a3a is #339933. Color #399a3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011010 00111010
Octal 71 232 72
Decimal 57 154 58
Hex 39 9A 3A

RGB Percentages of Color #399a3a

%21.19
%57.25
%21.56

CMYK Percentages of Color #399a3a

%63
%0
%62
%40

Triadic Colors of #399a3a

#399a3a #3a399a #9a3a39

Analogous Colors of #399a3a

#399a3a #399a6b #699a39

Monochromatic Colors of #399a3a

#399a3a

Complementary Color

#399a3a #9a3999

#399a3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399a3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#399a3a Color CSS Codes

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

#399a3a Text Font Color

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

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


#399a3a Background Color

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

This div background color is #399a3a


#399a3a Border Color

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

This div border color is #399a3a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,154,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #399a3a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #399a3a;
  -webkit-box-shadow: 1px 1px 3px 2px #399a3a;
  box-shadow:         1px 1px 3px 2px #399a3a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,154,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399a3a


Comments

No comments written yet.

Please login to write comment.