#359379

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

Shades of Gossamer #359379

Tints of Gossamer #359379

Color information

#359379 (or 0x359379) is unknown color: approx Gossamer. HEX triplet: 35, 93 and 79. RGB value is (53,147,121). Sum of RGB (Red+Green+Blue) = 53+147+121=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #359379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359379 is #CA6C86. Grayscale: #737373. Windows color (decimal): -13266055 or 7967541. OLE color: 7967541.

HSL color Cylindrical-coordinate representation of color #359379: hue angle of 163.4º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359379 is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB53147121-
CMYK0.6400.180.42
HSL163.4º47%39.22%-
HSV(B)163.4º63.95%57.65%-
XYZ15.352321.72-
YUV115.93130.8683.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.51%
GREEN value IS 147 (57.81% from 255) = 45.79%
BLUE value IS 121 (47.66% from 255) = 37.69%
R=16.51%
G=45.79%
B=37.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531471210.6400.180.42163.44739.22
Hex359379400122Aa32f27
Octal65223171100022522435747
Binary110101100100111111001100000001001010101010100011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359379; }

 p { color: rgb(53,147,121); }

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

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

 a { background-color: rgb(53,147,121); }

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

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

 span { border-color: rgb(53,147,121); }

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