#32A478

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

Shades of Gossamer #32A478

Tints of Gossamer #32A478

Color information

#32A478 (or 0x32A478) is unknown color: approx Gossamer. HEX triplet: 32, A4 and 78. RGB value is (50,164,120). Sum of RGB (Red+Green+Blue) = 50+164+120=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 164 (64.45% from 255 or 49.10% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 164 - color contains mainly: green. Hex color #32A478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A478 is #CD5B87. Grayscale: #7C7C7C. Windows color (decimal): -13458312 or 7906354. OLE color: 7906354.

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

Color convert

RGB50164120-
CMYK0.7000.270.36
HSL156.84º53.27%41.96%-
HSV(B)156.84º69.51%64.31%-
XYZ17.9828.5922.34-
YUV124.9125.2374.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.97%
GREEN value IS 164 (64.45% from 255) = 49.10%
BLUE value IS 120 (47.27% from 255) = 35.93%
R=14.97%
G=49.10%
B=35.93%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal501641200.7000.270.36156.8453.2741.96
Hex32A4784601B249d352a
Octal62244170106033442356552
Binary110010101001001111000100011001101110010010011101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,164,120); }

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

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

 a { background-color: rgb(50,164,120); }

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

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

 span { border-color: rgb(50,164,120); }

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