Color Hex Logo

#368360 Color Hex

#368360
(54,131,96)
0 Favorites   0 Comments

Color spaces of #368360

RGB 5413196
HSL0.420.420.36
HSV153°59°51°
CMYK 0.590.000.27   0.49
XYZ11.748917.861413.8947
Yxy17.86140.27010.4106
Hunter Lab42.2627-24.337410.0912
CIE-Lab49.3276-32.513511.9422

#368360 color RGB value is (54,131,96).

#368360 hex color red value is 54, green value is 131 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #368360 hue: 0.42 , saturation: 0.42 and the lightness value of 368360 is 0.36.

The process color (four color CMYK) of #368360 color hex is 0.59, 0.00, 0.27, 0.49. Web safe color of #368360 is #339966. Color #368360 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000011 01100000
Octal 66 203 140
Decimal 54 131 96
Hex 36 83 60

RGB Percentages of Color #368360

%19.22
%46.62
%34.16

CMYK Percentages of Color #368360

%59
%0
%27
%49

Triadic Colors of #368360

#368360 #603683 #836036

Analogous Colors of #368360

#368360 #368083 #36833a

Monochromatic Colors of #368360

#368360

Complementary Color

#368360 #833659

#368360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368360 Color CSS Codes

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

#368360 Text Font Color

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

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


#368360 Background Color

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

This div background color is #368360


#368360 Border Color

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

This div border color is #368360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368360


Comments

No comments written yet.

Please login to write comment.