#329280

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

Shades of Gossamer #329280

Tints of Gossamer #329280

Color information

#329280 (or 0x329280) is unknown color: approx Gossamer. HEX triplet: 32, 92 and 80. RGB value is (50,146,128). Sum of RGB (Red+Green+Blue) = 50+146+128=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #329280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329280 is #CD6D7F. Grayscale: #737373. Windows color (decimal): -13462912 or 8426034. OLE color: 8426034.

HSL color Cylindrical-coordinate representation of color #329280: hue angle of 168.75º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329280 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB50146128-
CMYK0.6600.120.43
HSL168.75º48.98%38.43%-
HSV(B)168.75º65.75%57.25%-
XYZ15.4922.7924.01-
YUV115.24135.281.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.43%
GREEN value IS 146 (57.42% from 255) = 45.06%
BLUE value IS 128 (50.39% from 255) = 39.51%
R=15.43%
G=45.06%
B=39.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal501461280.6600.120.43168.7548.9838.43
Hex329280420C2Ba93126
Octal62222200102014532516146
Binary110010100100101000000010000100110010101110101001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329280; }

 p { color: rgb(50,146,128); }

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

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

 a { background-color: rgb(50,146,128); }

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

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

 span { border-color: rgb(50,146,128); }

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