Color Hex Logo

#368254 Color Hex

#368254
(54,130,84)
0 Favorites   0 Comments

Color spaces of #368254

RGB 5413084
HSL0.400.410.36
HSV144°58°51°
CMYK 0.580.000.35   0.49
XYZ11.104217.389611.1588
Yxy17.38960.28000.4385
Hunter Lab41.7008-25.445113.3251
CIE-Lab48.7472-34.653818.0389

#368254 color RGB value is (54,130,84).

#368254 hex color red value is 54, green value is 130 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #368254 hue: 0.40 , saturation: 0.41 and the lightness value of 368254 is 0.36.

The process color (four color CMYK) of #368254 color hex is 0.58, 0.00, 0.35, 0.49. Web safe color of #368254 is #339966. Color #368254 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000010 01010100
Octal 66 202 124
Decimal 54 130 84
Hex 36 82 54

RGB Percentages of Color #368254

%20.15
%48.51
%31.34

CMYK Percentages of Color #368254

%58
%0
%35
%49

Triadic Colors of #368254

#368254 #543682 #825436

Analogous Colors of #368254

#368254 #36827a #3e8236

Monochromatic Colors of #368254

#368254

Complementary Color

#368254 #823664

#368254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368254 Color CSS Codes

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

#368254 Text Font Color

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

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


#368254 Background Color

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

This div background color is #368254


#368254 Border Color

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

This div border color is #368254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368254


Comments

No comments written yet.

Please login to write comment.