#359179

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

Shades of Gossamer #359179

Tints of Gossamer #359179

Color information

#359179 (or 0x359179) is unknown color: approx Gossamer. HEX triplet: 35, 91 and 79. RGB value is (53,145,121). Sum of RGB (Red+Green+Blue) = 53+145+121=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #359179 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359179 is #CA6E86. Grayscale: #727272. Windows color (decimal): -13266567 or 7967029. OLE color: 7967029.

HSL color Cylindrical-coordinate representation of color #359179: hue angle of 164.35º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #359179 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB53145121-
CMYK0.6300.170.43
HSL164.35º46.46%38.82%-
HSV(B)164.35º63.45%56.86%-
XYZ15.0422.3921.62-
YUV114.76131.5283.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.61%
GREEN value IS 145 (57.03% from 255) = 45.45%
BLUE value IS 121 (47.66% from 255) = 37.93%
R=16.61%
G=45.45%
B=37.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531451210.6300.170.43164.3546.4638.82
Hex3591793F0112Ba42e27
Octal6522117177021532445647
Binary11010110010001111100111111101000110101110100100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359179; }

 p { color: rgb(53,145,121); }

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

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

 a { background-color: rgb(53,145,121); }

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

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

 span { border-color: rgb(53,145,121); }

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