#329781

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

Shades of Gossamer #329781

Tints of Gossamer #329781

Color information

#329781 (or 0x329781) is unknown color: approx Gossamer. HEX triplet: 32, 97 and 81. RGB value is (50,151,129). Sum of RGB (Red+Green+Blue) = 50+151+129=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 151 - color contains mainly: green. Hex color #329781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329781 is #CD687E. Grayscale: #767676. Windows color (decimal): -13461631 or 8492850. OLE color: 8492850.

HSL color Cylindrical-coordinate representation of color #329781: hue angle of 166.93º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329781 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB50151129-
CMYK0.6700.150.41
HSL166.93º50.25%39.41%-
HSV(B)166.93º66.89%59.22%-
XYZ16.3424.424.62-
YUV118.29134.0479.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.15%
GREEN value IS 151 (59.38% from 255) = 45.76%
BLUE value IS 129 (50.78% from 255) = 39.09%
R=15.15%
G=45.76%
B=39.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal501511290.6700.150.41166.9350.2539.41
Hex329781430F29a73227
Octal62227201103017512476247
Binary110010100101111000000110000110111110100110100111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329781; }

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

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

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

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

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

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

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

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