#339586

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

Shades of Gossamer #339586

Tints of Gossamer #339586

Color information

#339586 (or 0x339586) is unknown color: approx Gossamer. HEX triplet: 33, 95 and 86. RGB value is (51,149,134). Sum of RGB (Red+Green+Blue) = 51+149+134=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 149 - color contains mainly: green. Hex color #339586 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339586 is #CC6A79. Grayscale: #757575. Windows color (decimal): -13396602 or 8820019. OLE color: 8820019.

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

Color convert

RGB51149134-
CMYK0.6600.100.42
HSL170.82º49%39.22%-
HSV(B)170.82º65.77%58.43%-
XYZ16.4223.9226.31-
YUV117.99137.0380.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.27%
GREEN value IS 149 (58.59% from 255) = 44.61%
BLUE value IS 134 (52.73% from 255) = 40.12%
R=15.27%
G=44.61%
B=40.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511491340.6600.100.42170.824939.22
Hex339586420A2Aab3127
Octal63225206102012522536147
Binary110011100101011000011010000100101010101010101011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339586; }

 p { color: rgb(51,149,134); }

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

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

 a { background-color: rgb(51,149,134); }

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

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

 span { border-color: rgb(51,149,134); }

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