#359C74

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

Shades of Gossamer #359C74

Tints of Gossamer #359C74

Color information

#359C74 (or 0x359C74) is unknown color: approx Gossamer. HEX triplet: 35, 9C and 74. RGB value is (53,156,116). Sum of RGB (Red+Green+Blue) = 53+156+116=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 156 - color contains mainly: green. Hex color #359C74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359C74 is #CA638B. Grayscale: #787878. Windows color (decimal): -13263756 or 7642165. OLE color: 7642165.

HSL color Cylindrical-coordinate representation of color #359C74: hue angle of 156.7º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359C74 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB53156116-
CMYK0.6600.260.39
HSL156.7º49.28%40.98%-
HSV(B)156.7º66.03%61.18%-
XYZ16.5125.7920.63-
YUV120.64125.3879.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.31%
GREEN value IS 156 (61.33% from 255) = 48%
BLUE value IS 116 (45.70% from 255) = 35.69%
R=16.31%
G=48%
B=35.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal531561160.6600.260.39156.749.2840.98
Hex359C744201A279d3129
Octal65234164102032472356151
Binary110101100111001110100100001001101010011110011101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,156,116); }

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

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

 a { background-color: rgb(53,156,116); }

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

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

 span { border-color: rgb(53,156,116); }

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