Color Hex Logo

#369849 Color Hex

#369849
(54,152,73)
0 Favorites   0 Comments

Color spaces of #369849

RGB 5415273
HSL0.370.480.40
HSV132°64°60°
CMYK 0.640.000.52   0.40
XYZ13.952223.721810.1467
Yxy23.72180.29180.4961
Hunter Lab48.7050-34.100121.7417
CIE-Lab55.8082-45.760533.1327

#369849 color RGB value is (54,152,73).

#369849 hex color red value is 54, green value is 152 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #369849 hue: 0.37 , saturation: 0.48 and the lightness value of 369849 is 0.40.

The process color (four color CMYK) of #369849 color hex is 0.64, 0.00, 0.52, 0.40. Web safe color of #369849 is #339933. Color #369849 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10011000 01001001
Octal 66 230 111
Decimal 54 152 73
Hex 36 98 49

RGB Percentages of Color #369849

%19.35
%54.48
%26.16

CMYK Percentages of Color #369849

%64
%0
%52
%40

Triadic Colors of #369849

#369849 #493698 #984936

Analogous Colors of #369849

#369849 #36987a #549836

Monochromatic Colors of #369849

#369849

Complementary Color

#369849 #983685

#369849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#369849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#369849 Color CSS Codes

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

#369849 Text Font Color

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

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


#369849 Background Color

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

This div background color is #369849


#369849 Border Color

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

This div border color is #369849


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,152,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 #369849">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #369849


Comments

No comments written yet.

Please login to write comment.