#339579

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

Shades of Gossamer #339579

Tints of Gossamer #339579

Color information

#339579 (or 0x339579) is unknown color: approx Gossamer. HEX triplet: 33, 95 and 79. RGB value is (51,149,121). Sum of RGB (Red+Green+Blue) = 51+149+121=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #339579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339579 is #CC6A86. Grayscale: #747474. Windows color (decimal): -13396615 or 7968051. OLE color: 7968051.

HSL color Cylindrical-coordinate representation of color #339579: hue angle of 162.86º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #339579 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB51149121-
CMYK0.6600.190.42
HSL162.86º49%39.22%-
HSV(B)162.86º65.77%58.43%-
XYZ15.5623.5821.82-
YUV116.51130.5381.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.89%
GREEN value IS 149 (58.59% from 255) = 46.42%
BLUE value IS 121 (47.66% from 255) = 37.69%
R=15.89%
G=46.42%
B=37.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511491210.6600.190.42162.864939.22
Hex339579420132Aa33127
Octal63225171102023522436147
Binary110011100101011111001100001001001110101010100011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339579; }

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

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

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

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

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

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

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

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