#32A380

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

Shades of Gossamer #32A380

Tints of Gossamer #32A380

Color information

#32A380 (or 0x32A380) is unknown color: approx Gossamer. HEX triplet: 32, A3 and 80. RGB value is (50,163,128). Sum of RGB (Red+Green+Blue) = 50+163+128=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 163 (64.06% from 255 or 47.80% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 163 - color contains mainly: green. Hex color #32A380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A380 is #CD5C7F. Grayscale: #7D7D7D. Windows color (decimal): -13458560 or 8430386. OLE color: 8430386.

HSL color Cylindrical-coordinate representation of color #32A380: hue angle of 161.42º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32A380 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB50163128-
CMYK0.6900.210.36
HSL161.42º53.05%41.76%-
HSV(B)161.42º69.33%63.92%-
XYZ18.3128.4324.94-
YUV125.22129.5674.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.66%
GREEN value IS 163 (64.06% from 255) = 47.80%
BLUE value IS 128 (50.39% from 255) = 37.54%
R=14.66%
G=47.80%
B=37.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal501631280.6900.210.36161.4253.0541.76
Hex32A3804501524a1352a
Octal62243200105025442416552
Binary1100101010001110000000100010101010110010010100001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32A380; }

 p { color: rgb(50,163,128); }

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

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

 a { background-color: rgb(50,163,128); }

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

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

 span { border-color: rgb(50,163,128); }

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