#32A283

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

Shades of Gossamer #32A283

Tints of Gossamer #32A283

Color information

#32A283 (or 0x32A283) is unknown color: approx Gossamer. HEX triplet: 32, A2 and 83. RGB value is (50,162,131). Sum of RGB (Red+Green+Blue) = 50+162+131=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 162 - color contains mainly: green. Hex color #32A283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A283 is #CD5D7C. Grayscale: #7C7C7C. Windows color (decimal): -13458813 or 8626738. OLE color: 8626738.

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

Color convert

RGB50162131-
CMYK0.6900.190.36
HSL163.39º52.83%41.57%-
HSV(B)163.39º69.14%63.53%-
XYZ18.3328.1625.94-
YUV124.98131.3974.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.58%
GREEN value IS 162 (63.67% from 255) = 47.23%
BLUE value IS 131 (51.56% from 255) = 38.19%
R=14.58%
G=47.23%
B=38.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal501621310.6900.190.36163.3952.8341.57
Hex32A2834501324a3352a
Octal62242203105023442436552
Binary1100101010001010000011100010101001110010010100011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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