Color Hex Logo

#368441 Color Hex

#368441
(54,132,65)
0 Favorites   0 Comments

Color spaces of #368441

RGB 5413265
HSL0.360.420.36
HSV128°59°52°
CMYK 0.590.000.51   0.48
XYZ10.726717.66857.8460
Yxy17.66850.29600.4875
Hunter Lab42.0339-28.007718.3567
CIE-Lab49.0915-38.939729.0007

#368441 color RGB value is (54,132,65).

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

The process color (four color CMYK) of #368441 color hex is 0.59, 0.00, 0.51, 0.48. Web safe color of #368441 is #339933. Color #368441 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000100 01000001
Octal 66 204 101
Decimal 54 132 65
Hex 36 84 41

RGB Percentages of Color #368441

%21.51
%52.59
%25.90

CMYK Percentages of Color #368441

%59
%0
%51
%48

Triadic Colors of #368441

#368441 #413684 #844136

Analogous Colors of #368441

#368441 #368468 #528436

Monochromatic Colors of #368441

#368441

Complementary Color

#368441 #843679

#368441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368441 Color CSS Codes

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

#368441 Text Font Color

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

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


#368441 Background Color

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

This div background color is #368441


#368441 Border Color

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

This div border color is #368441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368441


Comments

No comments written yet.

Please login to write comment.