Color Hex Logo

#368206 Color Hex

#368206
(54,130,6)
0 Favorites   0 Comments

Color spaces of #368206

RGB 541306
HSL0.270.910.27
HSV97°95°51°
CMYK 0.580.000.95   0.49
XYZ9.536816.76272.9052
Yxy16.76270.32660.5740
Hunter Lab40.9423-30.070524.4525
CIE-Lab47.9596-43.347750.5118

#368206 color RGB value is (54,130,6).

#368206 hex color red value is 54, green value is 130 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #368206 hue: 0.27 , saturation: 0.91 and the lightness value of 368206 is 0.27.

The process color (four color CMYK) of #368206 color hex is 0.58, 0.00, 0.95, 0.49. Web safe color of #368206 is #339900. Color #368206 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000010 00000110
Octal 66 202 6
Decimal 54 130 6
Hex 36 82 6

RGB Percentages of Color #368206

%28.42
%68.42
%3.16

CMYK Percentages of Color #368206

%58
%0
%95
%49

Triadic Colors of #368206

#368206 #063682 #820636

Analogous Colors of #368206

#368206 #068214 #748206

Monochromatic Colors of #368206

#368206

Complementary Color

#368206 #520682

#368206 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368206 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368206 Color CSS Codes

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

#368206 Text Font Color

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

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


#368206 Background Color

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

This div background color is #368206


#368206 Border Color

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

This div border color is #368206


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368206


Comments

No comments written yet.

Please login to write comment.