#32A287

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

Shades of Gossamer #32A287

Tints of Gossamer #32A287

Color information

#32A287 (or 0x32A287) is unknown color: approx Gossamer. HEX triplet: 32, A2 and 87. RGB value is (50,162,135). Sum of RGB (Red+Green+Blue) = 50+162+135=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 162 (63.67% from 255 or 46.69% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 162 - color contains mainly: green. Hex color #32A287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A287 is #CD5D78. Grayscale: #7D7D7D. Windows color (decimal): -13458809 or 8888882. OLE color: 8888882.

HSL color Cylindrical-coordinate representation of color #32A287: hue angle of 165.54º 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 #32A287 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB50162135-
CMYK0.6900.170.36
HSL165.54º52.83%41.57%-
HSV(B)165.54º69.14%63.53%-
XYZ18.6128.2727.4-
YUV125.43133.3974.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.41%
GREEN value IS 162 (63.67% from 255) = 46.69%
BLUE value IS 135 (53.12% from 255) = 38.90%
R=14.41%
G=46.69%
B=38.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal501621350.6900.170.36165.5452.8341.57
Hex32A2874501124a6352a
Octal62242207105021442466552
Binary1100101010001010000111100010101000110010010100110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,162,135); }

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

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

 a { background-color: rgb(50,162,135); }

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

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

 span { border-color: rgb(50,162,135); }

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