#359676

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

Shades of Gossamer #359676

Tints of Gossamer #359676

Color information

#359676 (or 0x359676) is unknown color: approx Gossamer. HEX triplet: 35, 96 and 76. RGB value is (53,150,118). Sum of RGB (Red+Green+Blue) = 53+150+118=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 150 (58.98% from 255 or 46.73% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 150 - color contains mainly: green. Hex color #359676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359676 is #CA6989. Grayscale: #757575. Windows color (decimal): -13265290 or 7771701. OLE color: 7771701.

HSL color Cylindrical-coordinate representation of color #359676: hue angle of 160.21º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359676 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB53150118-
CMYK0.6500.210.41
HSL160.21º47.78%39.8%-
HSV(B)160.21º64.67%58.82%-
XYZ15.6423.8820.92-
YUV117.35128.3682.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.51%
GREEN value IS 150 (58.98% from 255) = 46.73%
BLUE value IS 118 (46.48% from 255) = 36.76%
R=16.51%
G=46.73%
B=36.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal531501180.6500.210.41160.2147.7839.8
Hex3596764101529a03028
Octal65226166101025512406050
Binary110101100101101110110100000101010110100110100000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359676; }

 p { color: rgb(53,150,118); }

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

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

 a { background-color: rgb(53,150,118); }

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

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

 span { border-color: rgb(53,150,118); }

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