#359976

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

Shades of Gossamer #359976

Tints of Gossamer #359976

Color information

#359976 (or 0x359976) is unknown color: approx Gossamer. HEX triplet: 35, 99 and 76. RGB value is (53,153,118). Sum of RGB (Red+Green+Blue) = 53+153+118=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #359976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359976 is #CA6689. Grayscale: #777777. Windows color (decimal): -13264522 or 7772469. OLE color: 7772469.

HSL color Cylindrical-coordinate representation of color #359976: hue angle of 159º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359976 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB53153118-
CMYK0.6500.230.4
HSL159º48.54%40.39%-
HSV(B)159º65.36%60%-
XYZ16.1324.8521.09-
YUV119.11127.3780.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.36%
GREEN value IS 153 (60.16% from 255) = 47.22%
BLUE value IS 118 (46.48% from 255) = 36.42%
R=16.36%
G=47.22%
B=36.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal531531180.6500.230.415948.5440.39
Hex35997641017289f3128
Octal65231166101027502376150
Binary110101100110011110110100000101011110100010011111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359976; }

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

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

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

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

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

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

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

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