#329283

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

Shades of Gossamer #329283

Tints of Gossamer #329283

Color information

#329283 (or 0x329283) is unknown color: approx Gossamer. HEX triplet: 32, 92 and 83. RGB value is (50,146,131). Sum of RGB (Red+Green+Blue) = 50+146+131=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 146 - color contains mainly: green. Hex color #329283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329283 is #CD6D7C. Grayscale: #737373. Windows color (decimal): -13462909 or 8622642. OLE color: 8622642.

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

Color convert

RGB50146131-
CMYK0.6600.100.43
HSL170.62º48.98%38.43%-
HSV(B)170.62º65.75%57.25%-
XYZ15.6922.8725.06-
YUV115.59136.781.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.29%
GREEN value IS 146 (57.42% from 255) = 44.65%
BLUE value IS 131 (51.56% from 255) = 40.06%
R=15.29%
G=44.65%
B=40.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal501461310.6600.100.43170.6248.9838.43
Hex329283420A2Bab3126
Octal62222203102012532536146
Binary110010100100101000001110000100101010101110101011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329283; }

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

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

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

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

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

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

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

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