#339979

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

Shades of Gossamer #339979

Tints of Gossamer #339979

Color information

#339979 (or 0x339979) is unknown color: approx Gossamer. HEX triplet: 33, 99 and 79. RGB value is (51,153,121). Sum of RGB (Red+Green+Blue) = 51+153+121=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #339979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339979 is #CC6686. Grayscale: #767676. Windows color (decimal): -13395591 or 7969075. OLE color: 7969075.

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

Color convert

RGB51153121-
CMYK0.6700.210.4
HSL161.18º50%40%-
HSV(B)161.18º66.67%60%-
XYZ16.2124.8722.03-
YUV118.85129.2179.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.69%
GREEN value IS 153 (60.16% from 255) = 47.08%
BLUE value IS 121 (47.66% from 255) = 37.23%
R=15.69%
G=47.08%
B=37.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal511531210.6700.210.4161.185040
Hex3399794301528a13228
Octal63231171103025502416250
Binary110011100110011111001100001101010110100010100001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339979; }

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

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

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

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

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

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

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

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