#32967D

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

Shades of Gossamer #32967D

Tints of Gossamer #32967D

Color information

#32967D (or 0x32967D) is unknown color: approx Gossamer. HEX triplet: 32, 96 and 7D. RGB value is (50,150,125). Sum of RGB (Red+Green+Blue) = 50+150+125=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 150 - color contains mainly: green. Hex color #32967D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32967D is #CD6982. Grayscale: #757575. Windows color (decimal): -13461891 or 8230450. OLE color: 8230450.

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

Color convert

RGB50150125-
CMYK0.6700.170.41
HSL165º50%39.22%-
HSV(B)165º66.67%58.82%-
XYZ15.9223.9723.19-
YUV117.25132.3780.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.38%
GREEN value IS 150 (58.98% from 255) = 46.15%
BLUE value IS 125 (49.22% from 255) = 38.46%
R=15.38%
G=46.15%
B=38.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal501501250.6700.170.411655039.22
Hex32967D4301129a53227
Octal62226175103021512456247
Binary110010100101101111101100001101000110100110100101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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