#32997F

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

Shades of Gossamer #32997F

Tints of Gossamer #32997F

Color information

#32997F (or 0x32997F) is unknown color: approx Gossamer. HEX triplet: 32, 99 and 7F. RGB value is (50,153,127). Sum of RGB (Red+Green+Blue) = 50+153+127=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #32997F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32997F is #CD6680. Grayscale: #777777. Windows color (decimal): -13461121 or 8362290. OLE color: 8362290.

HSL color Cylindrical-coordinate representation of color #32997F: hue angle of 164.85º 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 #32997F is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB50153127-
CMYK0.6700.170.4
HSL164.85º50.74%39.8%-
HSV(B)164.85º67.32%60%-
XYZ16.5424.9924.03-
YUV119.24132.3878.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.15%
GREEN value IS 153 (60.16% from 255) = 46.36%
BLUE value IS 127 (50% from 255) = 38.48%
R=15.15%
G=46.36%
B=38.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal501531270.6700.170.4164.8550.7439.8
Hex32997F4301128a53328
Octal62231177103021502456350
Binary110010100110011111111100001101000110100010100101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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