#32A57D

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

Shades of Gossamer #32A57D

Tints of Gossamer #32A57D

Color information

#32A57D (or 0x32A57D) is unknown color: approx Gossamer. HEX triplet: 32, A5 and 7D. RGB value is (50,165,125). Sum of RGB (Red+Green+Blue) = 50+165+125=340 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.71% from 340); Green value is 165 (64.84% from 255 or 48.53% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 165 - color contains mainly: green. Hex color #32A57D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A57D is #CD5A82. Grayscale: #7E7E7E. Windows color (decimal): -13458051 or 8234290. OLE color: 8234290.

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

Color convert

RGB50165125-
CMYK0.7000.240.35
HSL159.13º53.49%42.16%-
HSV(B)159.13º69.7%64.71%-
XYZ18.4729.0724.04-
YUV126.06127.473.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.71%
GREEN value IS 165 (64.84% from 255) = 48.53%
BLUE value IS 125 (49.22% from 255) = 36.76%
R=14.71%
G=48.53%
B=36.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal501651250.7000.240.35159.1353.4942.16
Hex32A57D46018239f352a
Octal62245175106030432376552
Binary110010101001011111101100011001100010001110011111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,165,125); }

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

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

 a { background-color: rgb(50,165,125); }

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

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

 span { border-color: rgb(50,165,125); }

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