#35A077

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

Shades of Gossamer #35A077

Tints of Gossamer #35A077

Color information

#35A077 (or 0x35A077) is unknown color: approx Gossamer. HEX triplet: 35, A0 and 77. RGB value is (53,160,119). Sum of RGB (Red+Green+Blue) = 53+160+119=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 160 (62.89% from 255 or 48.19% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 160 - color contains mainly: green. Hex color #35A077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A077 is #CA5F88. Grayscale: #7B7B7B. Windows color (decimal): -13262729 or 7839797. OLE color: 7839797.

HSL color Cylindrical-coordinate representation of color #35A077: hue angle of 157.01º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A077 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB53160119-
CMYK0.6700.260.37
HSL157.01º50.23%41.76%-
HSV(B)157.01º66.87%62.75%-
XYZ17.3727.2321.79-
YUV123.33125.5577.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.96%
GREEN value IS 160 (62.89% from 255) = 48.19%
BLUE value IS 119 (46.88% from 255) = 35.84%
R=15.96%
G=48.19%
B=35.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal531601190.6700.260.37157.0150.2341.76
Hex35A0774301A259d322a
Octal65240167103032452356252
Binary110101101000001110111100001101101010010110011101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35A077; }

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

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

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

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

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

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

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

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