Color Hex Logo

#368246 Color Hex

#368246
(54,130,70)
0 Favorites   0 Comments

Color spaces of #368246

RGB 5413070
HSL0.370.410.36
HSV133°58°51°
CMYK 0.580.000.46   0.49
XYZ10.609417.19178.5535
Yxy17.19170.29180.4729
Hunter Lab41.4629-26.886016.7929
CIE-Lab48.5007-37.276925.5520

#368246 color RGB value is (54,130,70).

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

The process color (four color CMYK) of #368246 color hex is 0.58, 0.00, 0.46, 0.49. Web safe color of #368246 is #339933. Color #368246 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000010 01000110
Octal 66 202 106
Decimal 54 130 70
Hex 36 82 46

RGB Percentages of Color #368246

%21.26
%51.18
%27.56

CMYK Percentages of Color #368246

%58
%0
%46
%49

Triadic Colors of #368246

#368246 #463682 #824636

Analogous Colors of #368246

#368246 #36826c #4c8236

Monochromatic Colors of #368246

#368246

Complementary Color

#368246 #823672

#368246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368246 Color CSS Codes

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

#368246 Text Font Color

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

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


#368246 Background Color

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

This div background color is #368246


#368246 Border Color

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

This div border color is #368246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368246


Comments

No comments written yet.

Please login to write comment.