#32A378

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

Shades of Gossamer #32A378

Tints of Gossamer #32A378

Color information

#32A378 (or 0x32A378) is unknown color: approx Gossamer. HEX triplet: 32, A3 and 78. RGB value is (50,163,120). Sum of RGB (Red+Green+Blue) = 50+163+120=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 163 (64.06% from 255 or 48.95% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 163 - color contains mainly: green. Hex color #32A378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A378 is #CD5C87. Grayscale: #7C7C7C. Windows color (decimal): -13458568 or 7906098. OLE color: 7906098.

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

Color convert

RGB50163120-
CMYK0.6900.260.36
HSL157.17º53.05%41.76%-
HSV(B)157.17º69.33%63.92%-
XYZ17.828.2322.28-
YUV124.31125.5675-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.02%
GREEN value IS 163 (64.06% from 255) = 48.95%
BLUE value IS 120 (47.27% from 255) = 36.04%
R=15.02%
G=48.95%
B=36.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal501631200.6900.260.36157.1753.0541.76
Hex32A3784501A249d352a
Octal62243170105032442356552
Binary110010101000111111000100010101101010010010011101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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