#32958A

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

Shades of Gossamer #32958A

Tints of Gossamer #32958A

Color information

#32958A (or 0x32958A) is unknown color: approx Gossamer. HEX triplet: 32, 95 and 8A. RGB value is (50,149,138). Sum of RGB (Red+Green+Blue) = 50+149+138=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #32958A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32958A is #CD6A75. Grayscale: #767676. Windows color (decimal): -13462134 or 9082162. OLE color: 9082162.

HSL color Cylindrical-coordinate representation of color #32958A: hue angle of 173.33º 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 #32958A is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB50149138-
CMYK0.6600.070.42
HSL173.33º49.75%39.02%-
HSV(B)173.33º66.44%58.43%-
XYZ16.6524.0127.8-
YUV118.14139.279.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.84%
GREEN value IS 149 (58.59% from 255) = 44.21%
BLUE value IS 138 (54.30% from 255) = 40.95%
R=14.84%
G=44.21%
B=40.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal501491380.6600.070.42173.3349.7539.02
Hex32958A42072Aad3227
Octal6222521210207522556247
Binary11001010010101100010101000010011110101010101101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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