#32957F

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

Shades of Gossamer #32957F

Tints of Gossamer #32957F

Color information

#32957F (or 0x32957F) is unknown color: approx Gossamer. HEX triplet: 32, 95 and 7F. RGB value is (50,149,127). Sum of RGB (Red+Green+Blue) = 50+149+127=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 149 - color contains mainly: green. Hex color #32957F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32957F is #CD6A80. Grayscale: #747474. Windows color (decimal): -13462145 or 8361266. OLE color: 8361266.

HSL color Cylindrical-coordinate representation of color #32957F: hue angle of 166.67º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32957F is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB50149127-
CMYK0.6600.150.42
HSL166.67º49.75%39.02%-
HSV(B)166.67º66.44%58.43%-
XYZ15.8923.7123.82-
YUV116.89133.780.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.34%
GREEN value IS 149 (58.59% from 255) = 45.71%
BLUE value IS 127 (50% from 255) = 38.96%
R=15.34%
G=45.71%
B=38.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal501491270.6600.150.42166.6749.7539.02
Hex32957F420F2Aa73227
Octal62225177102017522476247
Binary11001010010101111111110000100111110101010100111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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