#339B84

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

Shades of Gossamer #339B84

Tints of Gossamer #339B84

Color information

#339B84 (or 0x339B84) is unknown color: approx Gossamer. HEX triplet: 33, 9B and 84. RGB value is (51,155,132). Sum of RGB (Red+Green+Blue) = 51+155+132=338 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.09% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #339B84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339B84 is #CC647B. Grayscale: #797979. Windows color (decimal): -13395068 or 8690483. OLE color: 8690483.

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

Color convert

RGB51155132-
CMYK0.6700.150.39
HSL166.73º50.49%40.39%-
HSV(B)166.73º67.1%60.78%-
XYZ17.2525.8125.9-
YUV121.28134.0477.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.09%
GREEN value IS 155 (60.94% from 255) = 45.86%
BLUE value IS 132 (51.95% from 255) = 39.05%
R=15.09%
G=45.86%
B=39.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal511551320.6700.150.39166.7350.4940.39
Hex339B84430F27a73228
Octal63233204103017472476250
Binary110011100110111000010010000110111110011110100111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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