Color Hex Logo

#368145 Color Hex

#368145
(54,129,69)
0 Favorites   0 Comments

Color spaces of #368145

RGB 5412969
HSL0.370.410.36
HSV132°58°51°
CMYK 0.580.000.47   0.49
XYZ10.445816.91458.3445
Yxy16.91450.29260.4737
Hunter Lab41.1272-26.635916.7594
CIE-Lab48.1521-37.018425.6545

#368145 color RGB value is (54,129,69).

#368145 hex color red value is 54, green value is 129 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #368145 hue: 0.37 , saturation: 0.41 and the lightness value of 368145 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000001 01000101
Octal 66 201 105
Decimal 54 129 69
Hex 36 81 45

RGB Percentages of Color #368145

%21.43
%51.19
%27.38

CMYK Percentages of Color #368145

%58
%0
%47
%49

Triadic Colors of #368145

#368145 #453681 #814536

Analogous Colors of #368145

#368145 #36816b #4d8136

Monochromatic Colors of #368145

#368145

Complementary Color

#368145 #813672

#368145 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368145 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368145 Color CSS Codes

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

#368145 Text Font Color

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

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


#368145 Background Color

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

This div background color is #368145


#368145 Border Color

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

This div border color is #368145


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368145


Comments

No comments written yet.

Please login to write comment.