Color Hex Logo

#318438 Color Hex

#318438
(49,132,56)
0 Favorites   0 Comments

Color spaces of #318438

RGB 4913256
HSL0.350.460.35
HSV125°63°52°
CMYK 0.630.000.58   0.48
XYZ10.231717.44106.5686
Yxy17.44100.29880.5094
Hunter Lab41.7624-29.352119.9083
CIE-Lab48.8110-41.505833.3036

#318438 color RGB value is (49,132,56).

#318438 hex color red value is 49, green value is 132 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #318438 hue: 0.35 , saturation: 0.46 and the lightness value of 318438 is 0.35.

The process color (four color CMYK) of #318438 color hex is 0.63, 0.00, 0.58, 0.48. Web safe color of #318438 is #339933. Color #318438 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10000100 00111000
Octal 61 204 70
Decimal 49 132 56
Hex 31 84 38

RGB Percentages of Color #318438

%20.68
%55.70
%23.63

CMYK Percentages of Color #318438

%63
%0
%58
%48

Triadic Colors of #318438

#318438 #383184 #843831

Analogous Colors of #318438

#318438 #318462 #548431

Monochromatic Colors of #318438

#318438

Complementary Color

#318438 #84317d

#318438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#318438 Color CSS Codes

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

#318438 Text Font Color

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

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


#318438 Background Color

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

This div background color is #318438


#318438 Border Color

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

This div border color is #318438


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318438


Comments

No comments written yet.

Please login to write comment.