#32A57A

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

Shades of Gossamer #32A57A

Tints of Gossamer #32A57A

Color information

#32A57A (or 0x32A57A) is unknown color: approx Gossamer. HEX triplet: 32, A5 and 7A. RGB value is (50,165,122). Sum of RGB (Red+Green+Blue) = 50+165+122=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 165 (64.84% from 255 or 48.96% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 165 - color contains mainly: green. Hex color #32A57A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A57A is #CD5A85. Grayscale: #7D7D7D. Windows color (decimal): -13458054 or 8037682. OLE color: 8037682.

HSL color Cylindrical-coordinate representation of color #32A57A: hue angle of 157.57º 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 #32A57A is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB50165122-
CMYK0.7000.260.35
HSL157.57º53.49%42.16%-
HSV(B)157.57º69.7%64.71%-
XYZ18.2828.9923.05-
YUV125.71125.974-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.84%
GREEN value IS 165 (64.84% from 255) = 48.96%
BLUE value IS 122 (48.05% from 255) = 36.20%
R=14.84%
G=48.96%
B=36.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal501651220.7000.260.35157.5753.4942.16
Hex32A57A4601A239e352a
Octal62245172106032432366552
Binary110010101001011111010100011001101010001110011110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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