#32967E

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

Shades of Gossamer #32967E

Tints of Gossamer #32967E

Color information

#32967E (or 0x32967E) is unknown color: approx Gossamer. HEX triplet: 32, 96 and 7E. RGB value is (50,150,126). Sum of RGB (Red+Green+Blue) = 50+150+126=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 150 - color contains mainly: green. Hex color #32967E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32967E is #CD6981. Grayscale: #757575. Windows color (decimal): -13461890 or 8295986. OLE color: 8295986.

HSL color Cylindrical-coordinate representation of color #32967E: hue angle of 165.6º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32967E is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB50150126-
CMYK0.6700.160.41
HSL165.6º50%39.22%-
HSV(B)165.6º66.67%58.82%-
XYZ15.992423.53-
YUV117.36132.8779.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.34%
GREEN value IS 150 (58.98% from 255) = 46.01%
BLUE value IS 126 (49.61% from 255) = 38.65%
R=15.34%
G=46.01%
B=38.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal501501260.6700.160.41165.65039.22
Hex32967E4301029a63227
Octal62226176103020512466247
Binary110010100101101111110100001101000010100110100110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32967E; }

 p { color: rgb(50,150,126); }

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

<style>
 a { background-color: #32967E; }

 a { background-color: rgb(50,150,126); }

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

<style>
 span { border-color: #32967E; }

 span { border-color: rgb(50,150,126); }

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