#339C83

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

Shades of Gossamer #339C83

Tints of Gossamer #339C83

Color information

#339C83 (or 0x339C83) is unknown color: approx Gossamer. HEX triplet: 33, 9C and 83. RGB value is (51,156,131). Sum of RGB (Red+Green+Blue) = 51+156+131=338 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.09% from 338); Green value is 156 (61.33% from 255 or 46.15% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 156 - color contains mainly: green. Hex color #339C83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339C83 is #CC637C. Grayscale: #797979. Windows color (decimal): -13394813 or 8625203. OLE color: 8625203.

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

Color convert

RGB51156131-
CMYK0.6700.160.39
HSL165.71º50.72%40.59%-
HSV(B)165.71º67.31%61.18%-
XYZ17.3526.1225.6-
YUV121.75133.2177.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.09%
GREEN value IS 156 (61.33% from 255) = 46.15%
BLUE value IS 131 (51.56% from 255) = 38.76%
R=15.09%
G=46.15%
B=38.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal511561310.6700.160.39165.7150.7240.59
Hex339C834301027a63329
Octal63234203103020472466351
Binary1100111001110010000011100001101000010011110100110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,156,131); }

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

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

 a { background-color: rgb(51,156,131); }

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

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

 span { border-color: rgb(51,156,131); }

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