#329985

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

Shades of Gossamer #329985

Tints of Gossamer #329985

Color information

#329985 (or 0x329985) is unknown color: approx Gossamer. HEX triplet: 32, 99 and 85. RGB value is (50,153,133). Sum of RGB (Red+Green+Blue) = 50+153+133=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #329985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329985 is #CD667A. Grayscale: #777777. Windows color (decimal): -13461115 or 8755506. OLE color: 8755506.

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

Color convert

RGB50153133-
CMYK0.6700.130.4
HSL168.35º50.74%39.8%-
HSV(B)168.35º67.32%60%-
XYZ16.9425.1526.15-
YUV119.92135.3878.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.88%
GREEN value IS 153 (60.16% from 255) = 45.54%
BLUE value IS 133 (52.34% from 255) = 39.58%
R=14.88%
G=45.54%
B=39.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal501531330.6700.130.4168.3550.7439.8
Hex329985430D28a83328
Octal62231205103015502506350
Binary110010100110011000010110000110110110100010101000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329985; }

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

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

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

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

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

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

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

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