Color Hex Logo

#339260 Color Hex

#339260
(51,146,96)
0 Favorites   0 Comments

Color spaces of #339260

RGB 5114696
HSL0.410.480.39
HSV148°65°57°
CMYK 0.650.000.34   0.43
XYZ13.755422.106114.6082
Yxy22.10610.27250.4380
Hunter Lab47.0171-30.057714.4906
CIE-Lab54.1394-39.813518.5436

#339260 color RGB value is (51,146,96).

#339260 hex color red value is 51, green value is 146 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #339260 hue: 0.41 , saturation: 0.48 and the lightness value of 339260 is 0.39.

The process color (four color CMYK) of #339260 color hex is 0.65, 0.00, 0.34, 0.43. Web safe color of #339260 is #339966. Color #339260 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10010010 01100000
Octal 63 222 140
Decimal 51 146 96
Hex 33 92 60

RGB Percentages of Color #339260

%17.41
%49.83
%32.76

CMYK Percentages of Color #339260

%65
%0
%34
%43

Triadic Colors of #339260

#339260 #603392 #926033

Analogous Colors of #339260

#339260 #339290 #369233

Monochromatic Colors of #339260

#339260

Complementary Color

#339260 #923365

#339260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#339260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#339260 Color CSS Codes

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

#339260 Text Font Color

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

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


#339260 Background Color

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

This div background color is #339260


#339260 Border Color

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

This div border color is #339260


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,146,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #339260; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #339260;
  -webkit-box-shadow: 1px 1px 3px 2px #339260;
  box-shadow:         1px 1px 3px 2px #339260; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,146,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #339260


Comments

No comments written yet.

Please login to write comment.