Color Hex Logo

#368049 Color Hex

#368049
(54,128,73)
0 Favorites   0 Comments

Color spaces of #368049

RGB 5412873
HSL0.380.410.36
HSV135°58°50°
CMYK 0.580.000.43   0.50
XYZ10.443116.70378.9770
Yxy16.70370.28910.4624
Hunter Lab40.8702-25.912615.5863
CIE-Lab47.8845-35.885523.0987

#368049 color RGB value is (54,128,73).

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

The process color (four color CMYK) of #368049 color hex is 0.58, 0.00, 0.43, 0.50. Web safe color of #368049 is #339933. Color #368049 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000000 01001001
Octal 66 200 111
Decimal 54 128 73
Hex 36 80 49

RGB Percentages of Color #368049

%21.18
%50.20
%28.63

CMYK Percentages of Color #368049

%58
%0
%43
%50

Triadic Colors of #368049

#368049 #493680 #804936

Analogous Colors of #368049

#368049 #36806e #488036

Monochromatic Colors of #368049

#368049

Complementary Color

#368049 #80366d

#368049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368049 Color CSS Codes

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

#368049 Text Font Color

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

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


#368049 Background Color

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

This div background color is #368049


#368049 Border Color

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

This div border color is #368049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368049


Comments

No comments written yet.

Please login to write comment.