Color Hex Logo

#399225 Color Hex

#399225
(57,146,37)
0 Favorites   0 Comments

Color spaces of #399225

RGB 5714637
HSL0.300.600.36
HSV109°75°57°
CMYK 0.610.000.75   0.43
XYZ12.300221.56125.2637
Yxy21.56120.31440.5511
Hunter Lab46.4340-33.975625.7828
CIE-Lab53.5583-46.913047.0707

#399225 color RGB value is (57,146,37).

#399225 hex color red value is 57, green value is 146 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #399225 hue: 0.30 , saturation: 0.60 and the lightness value of 399225 is 0.36.

The process color (four color CMYK) of #399225 color hex is 0.61, 0.00, 0.75, 0.43. Web safe color of #399225 is #339933. Color #399225 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10010010 00100101
Octal 71 222 45
Decimal 57 146 37
Hex 39 92 25

RGB Percentages of Color #399225

%23.75
%60.83
%15.42

CMYK Percentages of Color #399225

%61
%0
%75
%43

Triadic Colors of #399225

#399225 #253992 #922539

Analogous Colors of #399225

#399225 #259248 #709225

Monochromatic Colors of #399225

#399225

Complementary Color

#399225 #7e2592

#399225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#399225 Color CSS Codes

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

#399225 Text Font Color

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

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


#399225 Background Color

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

This div background color is #399225


#399225 Border Color

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

This div border color is #399225


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,146,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #399225; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #399225;
  -webkit-box-shadow: 1px 1px 3px 2px #399225;
  box-shadow:         1px 1px 3px 2px #399225; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399225


Comments

No comments written yet.

Please login to write comment.