#339685

Color #339685 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #339685

Tints of Gossamer #339685

Color information

#339685 (or 0x339685) is unknown color: approx Gossamer. HEX triplet: 33, 96 and 85. RGB value is (51,150,133). Sum of RGB (Red+Green+Blue) = 51+150+133=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 150 - color contains mainly: green. Hex color #339685 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339685 is #CC697A. Grayscale: #767676. Windows color (decimal): -13396347 or 8754739. OLE color: 8754739.

HSL color Cylindrical-coordinate representation of color #339685: hue angle of 169.7º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #339685 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB51150133-
CMYK0.6600.110.41
HSL169.7º49.25%39.41%-
HSV(B)169.7º66%58.82%-
XYZ16.5124.2125.99-
YUV118.46136.279.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 15.27%
GREEN value IS 150 (58.98% from 255) = 44.91%
BLUE value IS 133 (52.34% from 255) = 39.82%
R=15.27%
G=44.91%
B=39.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal511501330.6600.110.41169.749.2539.41
Hex339685420B29aa3127
Octal63226205102013512526147
Binary110011100101101000010110000100101110100110101010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339685; }

 p { color: rgb(51,150,133); }

 H1.HeaderClassName
 {
   color: #339685;
 }
 .AnyTagClassName
 {
   color: #339685;
 }
</style>
background-color css

<style>
 a { background-color: #339685; }

 a { background-color: rgb(51,150,133); }

 div.DivClassName
 {
   background-color: #339685;
 }
 .BgClassName
 {
   background-color: #339685;
 }
</style>
border-color css

<style>
 span { border-color: #339685; }

 span { border-color: rgb(51,150,133); }

 td.TdClassName
 {
   border-color: #339685;
 }
 .TagClassName
 {
   border-color: #339685;
 }
</style>