#339B76

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

Shades of Gossamer #339B76

Tints of Gossamer #339B76

Color information

#339B76 (or 0x339B76) is unknown color: approx Gossamer. HEX triplet: 33, 9B and 76. RGB value is (51,155,118). Sum of RGB (Red+Green+Blue) = 51+155+118=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #339B76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339B76 is #CC6489. Grayscale: #777777. Windows color (decimal): -13395082 or 7772979. OLE color: 7772979.

HSL color Cylindrical-coordinate representation of color #339B76: hue angle of 158.65º 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 #339B76 is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB51155118-
CMYK0.6700.240.39
HSL158.65º50.49%40.39%-
HSV(B)158.65º67.1%60.78%-
XYZ16.3625.4521.19-
YUV119.69127.0479.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.74%
GREEN value IS 155 (60.94% from 255) = 47.84%
BLUE value IS 118 (46.48% from 255) = 36.42%
R=15.74%
G=47.84%
B=36.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal511551180.6700.240.39158.6550.4940.39
Hex339B7643018279f3228
Octal63233166103030472376250
Binary110011100110111110110100001101100010011110011111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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