#3A967C

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

Shades of Gossamer #3A967C

Tints of Gossamer #3A967C

Color information

#3A967C (or 0x3A967C) is unknown color: approx Gossamer. HEX triplet: 3A, 96 and 7C. RGB value is (58,150,124). Sum of RGB (Red+Green+Blue) = 58+150+124=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 150 - color contains mainly: green. Hex color #3A967C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A967C is #C56983. Grayscale: #777777. Windows color (decimal): -12937604 or 8164922. OLE color: 8164922.

HSL color Cylindrical-coordinate representation of color #3A967C: hue angle of 163.04º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A967C is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB58150124-
CMYK0.6100.170.41
HSL163.04º44.23%40.78%-
HSV(B)163.04º61.33%58.82%-
XYZ16.2924.1722.88-
YUV119.53130.5284.11-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.47%
GREEN value IS 150 (58.98% from 255) = 45.18%
BLUE value IS 124 (48.83% from 255) = 37.35%
R=17.47%
G=45.18%
B=37.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal581501240.6100.170.41163.0444.2340.78
Hex3A967C3D01129a32c29
Octal7222617475021512435451
Binary11101010010110111110011110101000110100110100011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A967C; }

 p { color: rgb(58,150,124); }

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

<style>
 a { background-color: #3A967C; }

 a { background-color: rgb(58,150,124); }

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

<style>
 span { border-color: #3A967C; }

 span { border-color: rgb(58,150,124); }

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