Color Hex Logo

#365a34 Color Hex

#365A34
(54,90,52)
0 Favorites   0 Comments

Color spaces of #365a34

RGB 549052
HSL0.320.270.28
HSV117°42°35°
CMYK 0.400.000.42   0.65
XYZ5.79738.34454.5539
Yxy8.34450.31010.4463
Hunter Lab28.8868-14.728810.8740
CIE-Lab34.6903-21.674217.9739

#365a34 color RGB value is (54,90,52).

#365a34 hex color red value is 54, green value is 90 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #365a34 hue: 0.32 , saturation: 0.27 and the lightness value of 365a34 is 0.28.

The process color (four color CMYK) of #365a34 color hex is 0.40, 0.00, 0.42, 0.65. Web safe color of #365a34 is #336633. Color #365a34 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011010 00110100
Octal 66 132 64
Decimal 54 90 52
Hex 36 5A 34

RGB Percentages of Color #365a34

%27.55
%45.92
%26.53

CMYK Percentages of Color #365a34

%40
%0
%42
%65

Triadic Colors of #365a34

#365a34 #34365a #5a3436

Analogous Colors of #365a34

#365a34 #345a45 #495a34

Monochromatic Colors of #365a34

#365a34

Complementary Color

#365a34 #58345a

#365a34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365a34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#365a34 Color CSS Codes

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

#365a34 Text Font Color

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

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


#365a34 Background Color

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

This div background color is #365a34


#365a34 Border Color

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

This div border color is #365a34


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,90,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #365a34; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #365a34;
  -webkit-box-shadow: 1px 1px 3px 2px #365a34;
  box-shadow:         1px 1px 3px 2px #365a34; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365a34


Comments

No comments written yet.

Please login to write comment.