#359879

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

Shades of Gossamer #359879

Tints of Gossamer #359879

Color information

#359879 (or 0x359879) is unknown color: approx Gossamer. HEX triplet: 35, 98 and 79. RGB value is (53,152,121). Sum of RGB (Red+Green+Blue) = 53+152+121=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 152 - color contains mainly: green. Hex color #359879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359879 is #CA6786. Grayscale: #767676. Windows color (decimal): -13264775 or 7968821. OLE color: 7968821.

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

Color convert

RGB53152121-
CMYK0.6500.200.40
HSL161.21º48.29%40.2%-
HSV(B)161.21º65.13%59.61%-
XYZ16.1524.5921.99-
YUV118.86129.281.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.26%
GREEN value IS 152 (59.77% from 255) = 46.63%
BLUE value IS 121 (47.66% from 255) = 37.12%
R=16.26%
G=46.63%
B=37.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal531521210.6500.200.40161.2148.2940.2
Hex3598794101428a13028
Octal65230171101024502416050
Binary110101100110001111001100000101010010100010100001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359879; }

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

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

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

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

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

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

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

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