Color Hex Logo

#369449 Color Hex

#369449
(54,148,73)
0 Favorites   0 Comments

Color spaces of #369449

RGB 5414873
HSL0.370.470.40
HSV132°64°58°
CMYK 0.640.000.51   0.42
XYZ13.313822.44519.9340
Yxy22.44510.29140.4912
Hunter Lab47.3763-32.745920.7313
CIE-Lab54.4961-44.190931.5086

#369449 color RGB value is (54,148,73).

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

The process color (four color CMYK) of #369449 color hex is 0.64, 0.00, 0.51, 0.42. Web safe color of #369449 is #339933. Color #369449 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10010100 01001001
Octal 66 224 111
Decimal 54 148 73
Hex 36 94 49

RGB Percentages of Color #369449

%19.64
%53.82
%26.55

CMYK Percentages of Color #369449

%64
%0
%51
%42

Triadic Colors of #369449

#369449 #493694 #944936

Analogous Colors of #369449

#369449 #369478 #529436

Monochromatic Colors of #369449

#369449

Complementary Color

#369449 #943681

#369449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#369449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#369449 Color CSS Codes

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

#369449 Text Font Color

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

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


#369449 Background Color

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

This div background color is #369449


#369449 Border Color

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

This div border color is #369449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #369449


Comments

No comments written yet.

Please login to write comment.