#359476

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

Shades of Gossamer #359476

Tints of Gossamer #359476

Color information

#359476 (or 0x359476) is unknown color: approx Gossamer. HEX triplet: 35, 94 and 76. RGB value is (53,148,118). Sum of RGB (Red+Green+Blue) = 53+148+118=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #359476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359476 is #CA6B89. Grayscale: #747474. Windows color (decimal): -13265802 or 7771189. OLE color: 7771189.

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

Color convert

RGB53148118-
CMYK0.6400.200.42
HSL161.05º47.26%39.41%-
HSV(B)161.05º64.19%58.04%-
XYZ15.3323.2420.82-
YUV116.17129.0382.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.61%
GREEN value IS 148 (58.20% from 255) = 46.39%
BLUE value IS 118 (46.48% from 255) = 36.99%
R=16.61%
G=46.39%
B=36.99%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531481180.6400.200.42161.0547.2639.41
Hex359476400142Aa12f27
Octal65224166100024522415747
Binary110101100101001110110100000001010010101010100001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359476; }

 p { color: rgb(53,148,118); }

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

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

 a { background-color: rgb(53,148,118); }

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

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

 span { border-color: rgb(53,148,118); }

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