#359477

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

Shades of Gossamer #359477

Tints of Gossamer #359477

Color information

#359477 (or 0x359477) is unknown color: approx Gossamer. HEX triplet: 35, 94 and 77. RGB value is (53,148,119). Sum of RGB (Red+Green+Blue) = 53+148+119=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 148 - color contains mainly: green. Hex color #359477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359477 is #CA6B88. Grayscale: #747474. Windows color (decimal): -13265801 or 7836725. OLE color: 7836725.

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

Color convert

RGB53148119-
CMYK0.6400.200.42
HSL161.68º47.26%39.41%-
HSV(B)161.68º64.19%58.04%-
XYZ15.3923.2721.13-
YUV116.29129.5382.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.56%
GREEN value IS 148 (58.20% from 255) = 46.25%
BLUE value IS 119 (46.88% from 255) = 37.19%
R=16.56%
G=46.25%
B=37.19%

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
Decimal531481190.6400.200.42161.6847.2639.41
Hex359477400142Aa22f27
Octal65224167100024522425747
Binary110101100101001110111100000001010010101010100010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359477; }

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

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

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

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

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

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

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

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