#32907A

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

Shades of Gossamer #32907A

Tints of Gossamer #32907A

Color information

#32907A (or 0x32907A) is unknown color: approx Gossamer. HEX triplet: 32, 90 and 7A. RGB value is (50,144,122). Sum of RGB (Red+Green+Blue) = 50+144+122=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 144 - color contains mainly: green. Hex color #32907A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32907A is #CD6F85. Grayscale: #717171. Windows color (decimal): -13463430 or 8032306. OLE color: 8032306.

HSL color Cylindrical-coordinate representation of color #32907A: hue angle of 165.96º 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 #32907A is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB50144122-
CMYK0.6500.150.44
HSL165.96º48.45%38.04%-
HSV(B)165.96º65.28%56.47%-
XYZ14.822.0321.88-
YUV113.39132.8682.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.82%
GREEN value IS 144 (56.64% from 255) = 45.57%
BLUE value IS 122 (48.05% from 255) = 38.61%
R=15.82%
G=45.57%
B=38.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal501441220.6500.150.44165.9648.4538.04
Hex32907A410F2Ca63026
Octal62220172101017542466046
Binary11001010010000111101010000010111110110010100110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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