#32907F

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

Shades of Gossamer #32907F

Tints of Gossamer #32907F

Color information

#32907F (or 0x32907F) is unknown color: approx Gossamer. HEX triplet: 32, 90 and 7F. RGB value is (50,144,127). Sum of RGB (Red+Green+Blue) = 50+144+127=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 144 - color contains mainly: green. Hex color #32907F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32907F is #CD6F80. Grayscale: #717171. Windows color (decimal): -13463425 or 8359986. OLE color: 8359986.

HSL color Cylindrical-coordinate representation of color #32907F: hue angle of 169.15º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32907F is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB50144127-
CMYK0.6500.120.44
HSL169.15º48.45%38.04%-
HSV(B)169.15º65.28%56.47%-
XYZ15.1222.1623.56-
YUV113.96135.3682.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.58%
GREEN value IS 144 (56.64% from 255) = 44.86%
BLUE value IS 127 (50% from 255) = 39.56%
R=15.58%
G=44.86%
B=39.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal501441270.6500.120.44169.1548.4538.04
Hex32907F410C2Ca93026
Octal62220177101014542516046
Binary11001010010000111111110000010110010110010101001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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