#359D76

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

Shades of Gossamer #359D76

Tints of Gossamer #359D76

Color information

#359D76 (or 0x359D76) is unknown color: approx Gossamer. HEX triplet: 35, 9D and 76. RGB value is (53,157,118). Sum of RGB (Red+Green+Blue) = 53+157+118=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 157 (61.72% from 255 or 47.87% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 157 - color contains mainly: green. Hex color #359D76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359D76 is #CA6289. Grayscale: #797979. Windows color (decimal): -13263498 or 7773493. OLE color: 7773493.

HSL color Cylindrical-coordinate representation of color #359D76: hue angle of 157.5º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359D76 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB53157118-
CMYK0.6600.250.38
HSL157.5º49.52%41.18%-
HSV(B)157.5º66.24%61.57%-
XYZ16.826.1821.31-
YUV121.46126.0479.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.16%
GREEN value IS 157 (61.72% from 255) = 47.87%
BLUE value IS 118 (46.48% from 255) = 35.98%
R=16.16%
G=47.87%
B=35.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531571180.6600.250.38157.549.5241.18
Hex359D7642019269e3229
Octal65235166102031462366251
Binary110101100111011110110100001001100110011010011110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359D76; }

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

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

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

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

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

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

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

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