Color Hex Logo

#368434 Color Hex

#368434
(54,132,52)
0 Favorites   0 Comments

Color spaces of #368434

RGB 5413252
HSL0.330.430.36
HSV119°61°52°
CMYK 0.590.000.61   0.48
XYZ10.392417.53476.0856
Yxy17.53470.30550.5155
Hunter Lab41.8745-28.980220.6955
CIE-Lab48.9268-40.766435.4751

#368434 color RGB value is (54,132,52).

#368434 hex color red value is 54, green value is 132 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #368434 hue: 0.33 , saturation: 0.43 and the lightness value of 368434 is 0.36.

The process color (four color CMYK) of #368434 color hex is 0.59, 0.00, 0.61, 0.48. Web safe color of #368434 is #339933. Color #368434 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000100 00110100
Octal 66 204 64
Decimal 54 132 52
Hex 36 84 34

RGB Percentages of Color #368434

%22.69
%55.46
%21.85

CMYK Percentages of Color #368434

%59
%0
%61
%48

Triadic Colors of #368434

#368434 #343684 #843436

Analogous Colors of #368434

#368434 #34845a #5e8434

Monochromatic Colors of #368434

#368434

Complementary Color

#368434 #823484

#368434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368434 Color CSS Codes

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

#368434 Text Font Color

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

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


#368434 Background Color

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

This div background color is #368434


#368434 Border Color

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

This div border color is #368434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368434


Comments

No comments written yet.

Please login to write comment.