#359e76

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

Shades of Gossamer #359E76

Tints of Gossamer #359E76

Color information

#359E76 (or 0x359E76) is unknown color: approx Gossamer. HEX triplet: 35, 9E and 76. RGB value is (53,158,118). Sum of RGB (Red+Green+Blue) = 53+158+118=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 158 (62.11% from 255 or 48.02% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 158 - color contains mainly: green. Hex color #359E76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359E76 is #CA6189. Grayscale: #7A7A7A. Windows color (decimal): -13263242 or 7773749. OLE color: 7773749.

HSL color Cylindrical-coordinate representation of color #359E76: hue angle of 157.14º 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 #359E76 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB53158118-
CMYK0.6600.250.38
HSL157.14º49.76%41.37%-
HSV(B)157.14º66.46%61.96%-
XYZ16.9726.5221.36-
YUV122.04125.7178.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.11%
GREEN value IS 158 (62.11% from 255) = 48.02%
BLUE value IS 118 (46.48% from 255) = 35.87%
R=16.11%
G=48.02%
B=35.87%

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
Decimal531581180.6600.250.38157.1449.7641.37
Hex359E7642019269d3229
Octal65236166102031462356251
Binary110101100111101110110100001001100110011010011101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359e76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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