Color Hex Logo

#319c4b Color Hex

#319C4B
(49,156,75)
0 Favorites   0 Comments

Color spaces of #319c4b

RGB 4915675
HSL0.370.520.40
HSV135°69°61°
CMYK 0.690.000.52   0.39
XYZ14.425124.937910.7098
Yxy24.93790.28810.4980
Hunter Lab49.9379-35.829622.2410
CIE-Lab57.0149-48.014933.5660

#319c4b color RGB value is (49,156,75).

#319c4b hex color red value is 49, green value is 156 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #319c4b hue: 0.37 , saturation: 0.52 and the lightness value of 319c4b is 0.40.

The process color (four color CMYK) of #319c4b color hex is 0.69, 0.00, 0.52, 0.39. Web safe color of #319c4b is #339933. Color #319c4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011100 01001011
Octal 61 234 113
Decimal 49 156 75
Hex 31 9C 4B

RGB Percentages of Color #319c4b

%17.50
%55.71
%26.79

CMYK Percentages of Color #319c4b

%69
%0
%52
%39

Triadic Colors of #319c4b

#319c4b #4b319c #9c4b31

Analogous Colors of #319c4b

#319c4b #319c81 #4d9c31

Monochromatic Colors of #319c4b

#319c4b

Complementary Color

#319c4b #9c3182

#319c4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319c4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#319c4b Color CSS Codes

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

#319c4b Text Font Color

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

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


#319c4b Background Color

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

This div background color is #319c4b


#319c4b Border Color

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

This div border color is #319c4b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,156,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #319c4b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #319c4b;
  -webkit-box-shadow: 1px 1px 3px 2px #319c4b;
  box-shadow:         1px 1px 3px 2px #319c4b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319c4b


Comments

No comments written yet.

Please login to write comment.