Color Hex Logo

#368132 Color Hex

#368132
(54,129,50)
0 Favorites   0 Comments

Color spaces of #368132

RGB 5412950
HSL0.320.440.35
HSV117°61°51°
CMYK 0.580.000.61   0.49
XYZ9.947316.71515.7197
Yxy16.71510.30720.5162
Hunter Lab40.8841-28.117320.3242
CIE-Lab47.8990-39.799635.2674

#368132 color RGB value is (54,129,50).

#368132 hex color red value is 54, green value is 129 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #368132 hue: 0.32 , saturation: 0.44 and the lightness value of 368132 is 0.35.

The process color (four color CMYK) of #368132 color hex is 0.58, 0.00, 0.61, 0.49. Web safe color of #368132 is #339933. Color #368132 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000001 00110010
Octal 66 201 62
Decimal 54 129 50
Hex 36 81 32

RGB Percentages of Color #368132

%23.18
%55.36
%21.46

CMYK Percentages of Color #368132

%58
%0
%61
%49

Triadic Colors of #368132

#368132 #323681 #813236

Analogous Colors of #368132

#368132 #328155 #5e8132

Monochromatic Colors of #368132

#368132

Complementary Color

#368132 #7d3281

#368132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368132 Color CSS Codes

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

#368132 Text Font Color

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

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


#368132 Background Color

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

This div background color is #368132


#368132 Border Color

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

This div border color is #368132


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,129,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #368132; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #368132;
  -webkit-box-shadow: 1px 1px 3px 2px #368132;
  box-shadow:         1px 1px 3px 2px #368132; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,129,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368132


Comments

No comments written yet.

Please login to write comment.