#339C79

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

Shades of Gossamer #339C79

Tints of Gossamer #339C79

Color information

#339C79 (or 0x339C79) is unknown color: approx Gossamer. HEX triplet: 33, 9C and 79. RGB value is (51,156,121). Sum of RGB (Red+Green+Blue) = 51+156+121=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 156 (61.33% from 255 or 47.56% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 156 - color contains mainly: green. Hex color #339C79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339C79 is #CC6386. Grayscale: #787878. Windows color (decimal): -13394823 or 7969843. OLE color: 7969843.

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

Color convert

RGB51156121-
CMYK0.6700.220.39
HSL160º50.72%40.59%-
HSV(B)160º67.31%61.18%-
XYZ16.725.8622.2-
YUV120.61128.2178.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.55%
GREEN value IS 156 (61.33% from 255) = 47.56%
BLUE value IS 121 (47.66% from 255) = 36.89%
R=15.55%
G=47.56%
B=36.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal511561210.6700.220.3916050.7240.59
Hex339C794301627a03329
Octal63234171103026472406351
Binary110011100111001111001100001101011010011110100000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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