#359778

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

Shades of Gossamer #359778

Tints of Gossamer #359778

Color information

#359778 (or 0x359778) is unknown color: approx Gossamer. HEX triplet: 35, 97 and 78. RGB value is (53,151,120). Sum of RGB (Red+Green+Blue) = 53+151+120=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 151 (59.38% from 255 or 46.60% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 151 - color contains mainly: green. Hex color #359778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359778 is #CA6887. Grayscale: #767676. Windows color (decimal): -13265032 or 7903029. OLE color: 7903029.

HSL color Cylindrical-coordinate representation of color #359778: hue angle of 161.02º 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 #359778 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB53151120-
CMYK0.6500.210.41
HSL161.02º48.04%40%-
HSV(B)161.02º64.9%59.22%-
XYZ15.9224.2521.61-
YUV118.16129.0381.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.36%
GREEN value IS 151 (59.38% from 255) = 46.60%
BLUE value IS 120 (47.27% from 255) = 37.04%
R=16.36%
G=46.60%
B=37.04%

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
Decimal531511200.6500.210.41161.0248.0440
Hex3597784101529a13028
Octal65227170101025512416050
Binary110101100101111111000100000101010110100110100001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359778; }

 p { color: rgb(53,151,120); }

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

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

 a { background-color: rgb(53,151,120); }

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

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

 span { border-color: rgb(53,151,120); }

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