#32A078

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

Shades of Gossamer #32A078

Tints of Gossamer #32A078

Color information

#32A078 (or 0x32A078) is unknown color: approx Gossamer. HEX triplet: 32, A0 and 78. RGB value is (50,160,120). Sum of RGB (Red+Green+Blue) = 50+160+120=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 160 (62.89% from 255 or 48.48% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 160 - color contains mainly: green. Hex color #32A078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A078 is #CD5F87. Grayscale: #7A7A7A. Windows color (decimal): -13459336 or 7905330. OLE color: 7905330.

HSL color Cylindrical-coordinate representation of color #32A078: hue angle of 158.18º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32A078 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB50160120-
CMYK0.6900.250.37
HSL158.18º52.38%41.18%-
HSV(B)158.18º68.75%62.75%-
XYZ17.2827.1822.1-
YUV122.55126.5676.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.15%
GREEN value IS 160 (62.89% from 255) = 48.48%
BLUE value IS 120 (47.27% from 255) = 36.36%
R=15.15%
G=48.48%
B=36.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal501601200.6900.250.37158.1852.3841.18
Hex32A07845019259e3429
Octal62240170105031452366451
Binary110010101000001111000100010101100110010110011110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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