#339B85

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

Shades of Gossamer #339B85

Tints of Gossamer #339B85

Color information

#339B85 (or 0x339B85) is unknown color: approx Gossamer. HEX triplet: 33, 9B and 85. RGB value is (51,155,133). Sum of RGB (Red+Green+Blue) = 51+155+133=339 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.04% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 155 - color contains mainly: green. Hex color #339B85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339B85 is #CC647A. Grayscale: #797979. Windows color (decimal): -13395067 or 8756019. OLE color: 8756019.

HSL color Cylindrical-coordinate representation of color #339B85: hue angle of 167.31º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339B85 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB51155133-
CMYK0.6700.140.39
HSL167.31º50.49%40.39%-
HSV(B)167.31º67.1%60.78%-
XYZ17.3225.8426.27-
YUV121.4134.5477.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.04%
GREEN value IS 155 (60.94% from 255) = 45.72%
BLUE value IS 133 (52.34% from 255) = 39.23%
R=15.04%
G=45.72%
B=39.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal511551330.6700.140.39167.3150.4940.39
Hex339B85430E27a73228
Octal63233205103016472476250
Binary110011100110111000010110000110111010011110100111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339B85; }

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

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

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

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

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

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

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

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