Color Hex Logo

#369541 Color Hex

#369541
(54,149,65)
0 Favorites   0 Comments

Color spaces of #369541

RGB 5414965
HSL0.350.470.40
HSV127°64°58°
CMYK 0.640.000.56   0.42
XYZ13.222922.66088.6781
Yxy22.66080.29670.5085
Hunter Lab47.6034-33.723522.5138
CIE-Lab54.7212-45.753535.8632

#369541 color RGB value is (54,149,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10010101 01000001
Octal 66 225 101
Decimal 54 149 65
Hex 36 95 41

RGB Percentages of Color #369541

%20.15
%55.60
%24.25

CMYK Percentages of Color #369541

%64
%0
%56
%42

Triadic Colors of #369541

#369541 #413695 #954136

Analogous Colors of #369541

#369541 #369571 #5b9536

Monochromatic Colors of #369541

#369541

Complementary Color

#369541 #95368a

#369541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#369541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#369541 Color CSS Codes

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

#369541 Text Font Color

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

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


#369541 Background Color

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

This div background color is #369541


#369541 Border Color

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

This div border color is #369541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #369541


Comments

No comments written yet.

Please login to write comment.