#328D81

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

Shades of Gossamer #328D81

Tints of Gossamer #328D81

Color information

#328D81 (or 0x328D81) is unknown color: approx Gossamer. HEX triplet: 32, 8D and 81. RGB value is (50,141,129). Sum of RGB (Red+Green+Blue) = 50+141+129=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 141 - color contains mainly: green. Hex color #328D81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328D81 is #CD727E. Grayscale: #707070. Windows color (decimal): -13464191 or 8490290. OLE color: 8490290.

HSL color Cylindrical-coordinate representation of color #328D81: hue angle of 172.09º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328D81 is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB50141129-
CMYK0.6500.090.45
HSL172.09º47.64%37.45%-
HSV(B)172.09º64.54%55.29%-
XYZ14.821.3124.1-
YUV112.42137.3583.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.62%
GREEN value IS 141 (55.47% from 255) = 44.06%
BLUE value IS 129 (50.78% from 255) = 40.31%
R=15.62%
G=44.06%
B=40.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501411290.6500.090.45172.0947.6437.45
Hex328D8141092Dac3025
Octal62215201101011552546045
Binary110010100011011000000110000010100110110110101100110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328D81; }

 p { color: rgb(50,141,129); }

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

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

 a { background-color: rgb(50,141,129); }

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

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

 span { border-color: rgb(50,141,129); }

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