#359878

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

Shades of Gossamer #359878

Tints of Gossamer #359878

Color information

#359878 (or 0x359878) is unknown color: approx Gossamer. HEX triplet: 35, 98 and 78. RGB value is (53,152,120). Sum of RGB (Red+Green+Blue) = 53+152+120=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #359878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359878 is #CA6787. Grayscale: #767676. Windows color (decimal): -13264776 or 7903285. OLE color: 7903285.

HSL color Cylindrical-coordinate representation of color #359878: hue angle of 160.61º degrees, saturation: 0.48, 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 #359878 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB53152120-
CMYK0.6500.210.40
HSL160.61º48.29%40.2%-
HSV(B)160.61º65.13%59.61%-
XYZ16.0924.5721.66-
YUV118.75128.781.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.31%
GREEN value IS 152 (59.77% from 255) = 46.77%
BLUE value IS 120 (47.27% from 255) = 36.92%
R=16.31%
G=46.77%
B=36.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal531521200.6500.210.40160.6148.2940.2
Hex3598784101528a13028
Octal65230170101025502416050
Binary110101100110001111000100000101010110100010100001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359878; }

 p { color: rgb(53,152,120); }

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

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

 a { background-color: rgb(53,152,120); }

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

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

 span { border-color: rgb(53,152,120); }

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