#329278

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

Shades of Gossamer #329278

Tints of Gossamer #329278

Color information

#329278 (or 0x329278) is unknown color: approx Gossamer. HEX triplet: 32, 92 and 78. RGB value is (50,146,120). Sum of RGB (Red+Green+Blue) = 50+146+120=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 146 - color contains mainly: green. Hex color #329278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329278 is #CD6D87. Grayscale: #727272. Windows color (decimal): -13462920 or 7901746. OLE color: 7901746.

HSL color Cylindrical-coordinate representation of color #329278: hue angle of 163.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 #329278 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB50146120-
CMYK0.6600.180.43
HSL163.75º48.98%38.43%-
HSV(B)163.75º65.75%57.25%-
XYZ14.9822.5921.34-
YUV114.33131.282.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.82%
GREEN value IS 146 (57.42% from 255) = 46.20%
BLUE value IS 120 (47.27% from 255) = 37.97%
R=15.82%
G=46.20%
B=37.97%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal501461200.6600.180.43163.7548.9838.43
Hex329278420122Ba43126
Octal62222170102022532446146
Binary110010100100101111000100001001001010101110100100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329278; }

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

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

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

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

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

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

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

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