#32997A

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

Shades of Gossamer #32997A

Tints of Gossamer #32997A

Color information

#32997A (or 0x32997A) is unknown color: approx Gossamer. HEX triplet: 32, 99 and 7A. RGB value is (50,153,122). Sum of RGB (Red+Green+Blue) = 50+153+122=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #32997A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32997A is #CD6685. Grayscale: #767676. Windows color (decimal): -13461126 or 8034610. OLE color: 8034610.

HSL color Cylindrical-coordinate representation of color #32997A: hue angle of 161.94º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32997A is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB50153122-
CMYK0.6700.200.4
HSL161.94º50.74%39.8%-
HSV(B)161.94º67.32%60%-
XYZ16.2224.8722.36-
YUV118.67129.8879.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.38%
GREEN value IS 153 (60.16% from 255) = 47.08%
BLUE value IS 122 (48.05% from 255) = 37.54%
R=15.38%
G=47.08%
B=37.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal501531220.6700.200.4161.9450.7439.8
Hex32997A4301428a23328
Octal62231172103024502426350
Binary110010100110011111010100001101010010100010100010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32997A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32997A; }

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

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

<style>
 a { background-color: #32997A; }

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

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

<style>
 span { border-color: #32997A; }

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

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