#359B74

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

Shades of Gossamer #359B74

Tints of Gossamer #359B74

Color information

#359B74 (or 0x359B74) is unknown color: approx Gossamer. HEX triplet: 35, 9B and 74. RGB value is (53,155,116). Sum of RGB (Red+Green+Blue) = 53+155+116=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #359B74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359B74 is #CA648B. Grayscale: #787878. Windows color (decimal): -13264012 or 7641909. OLE color: 7641909.

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

Color convert

RGB53155116-
CMYK0.6600.250.39
HSL157.06º49.04%40.78%-
HSV(B)157.06º65.81%60.78%-
XYZ16.3425.4620.58-
YUV120.06125.7180.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.36%
GREEN value IS 155 (60.94% from 255) = 47.84%
BLUE value IS 116 (45.70% from 255) = 35.80%
R=16.36%
G=47.84%
B=35.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal531551160.6600.250.39157.0649.0440.78
Hex359B7442019279d3129
Octal65233164102031472356151
Binary110101100110111110100100001001100110011110011101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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