#32A281

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

Shades of Gossamer #32A281

Tints of Gossamer #32A281

Color information

#32A281 (or 0x32A281) is unknown color: approx Gossamer. HEX triplet: 32, A2 and 81. RGB value is (50,162,129). Sum of RGB (Red+Green+Blue) = 50+162+129=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 162 - color contains mainly: green. Hex color #32A281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A281 is #CD5D7E. Grayscale: #7C7C7C. Windows color (decimal): -13458815 or 8495666. OLE color: 8495666.

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

Color convert

RGB50162129-
CMYK0.6900.200.36
HSL162.32º52.83%41.57%-
HSV(B)162.32º69.14%63.53%-
XYZ18.228.125.23-
YUV124.75130.3974.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.66%
GREEN value IS 162 (63.67% from 255) = 47.51%
BLUE value IS 129 (50.78% from 255) = 37.83%
R=14.66%
G=47.51%
B=37.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal501621290.6900.200.36162.3252.8341.57
Hex32A2814501424a2352a
Octal62242201105024442426552
Binary1100101010001010000001100010101010010010010100010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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