#329978

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

Shades of Gossamer #329978

Tints of Gossamer #329978

Color information

#329978 (or 0x329978) is unknown color: approx Gossamer. HEX triplet: 32, 99 and 78. RGB value is (50,153,120). Sum of RGB (Red+Green+Blue) = 50+153+120=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #329978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329978 is #CD6687. Grayscale: #767676. Windows color (decimal): -13461128 or 7903538. OLE color: 7903538.

HSL color Cylindrical-coordinate representation of color #329978: hue angle of 160.78º degrees, saturation: 0.51, 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 #329978 is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB50153120-
CMYK0.6700.220.4
HSL160.78º50.74%39.8%-
HSV(B)160.78º67.32%60%-
XYZ16.124.8221.71-
YUV118.44128.8879.18-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.48%
GREEN value IS 153 (60.16% from 255) = 47.37%
BLUE value IS 120 (47.27% from 255) = 37.15%
R=15.48%
G=47.37%
B=37.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal501531200.6700.220.4160.7850.7439.8
Hex3299784301628a13328
Octal62231170103026502416350
Binary110010100110011111000100001101011010100010100001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329978; }

 p { color: rgb(50,153,120); }

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

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

 a { background-color: rgb(50,153,120); }

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

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

 span { border-color: rgb(50,153,120); }

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