#35A377

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

Shades of Gossamer #35A377

Tints of Gossamer #35A377

Color information

#35A377 (or 0x35A377) is unknown color: approx Gossamer. HEX triplet: 35, A3 and 77. RGB value is (53,163,119). Sum of RGB (Red+Green+Blue) = 53+163+119=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 163 (64.06% from 255 or 48.66% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 163 - color contains mainly: green. Hex color #35A377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A377 is #CA5C88. Grayscale: #7D7D7D. Windows color (decimal): -13261961 or 7840565. OLE color: 7840565.

HSL color Cylindrical-coordinate representation of color #35A377: hue angle of 156º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A377 is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB53163119-
CMYK0.6700.270.36
HSL156º50.93%42.35%-
HSV(B)156º67.48%63.92%-
XYZ17.928.2821.97-
YUV125.09124.5676.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.82%
GREEN value IS 163 (64.06% from 255) = 48.66%
BLUE value IS 119 (46.88% from 255) = 35.52%
R=15.82%
G=48.66%
B=35.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal531631190.6700.270.3615650.9342.35
Hex35A3774301B249c332a
Octal65243167103033442346352
Binary110101101000111110111100001101101110010010011100110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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