#35917A

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

Shades of Gossamer #35917A

Tints of Gossamer #35917A

Color information

#35917A (or 0x35917A) is unknown color: approx Gossamer. HEX triplet: 35, 91 and 7A. RGB value is (53,145,122). Sum of RGB (Red+Green+Blue) = 53+145+122=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #35917A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35917A is #CA6E85. Grayscale: #727272. Windows color (decimal): -13266566 or 8032565. OLE color: 8032565.

HSL color Cylindrical-coordinate representation of color #35917A: hue angle of 165º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35917A is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB53145122-
CMYK0.6300.160.43
HSL165º46.46%38.82%-
HSV(B)165º63.45%56.86%-
XYZ15.1122.4121.94-
YUV114.87132.0283.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.56%
GREEN value IS 145 (57.03% from 255) = 45.31%
BLUE value IS 122 (48.05% from 255) = 38.12%
R=16.56%
G=45.31%
B=38.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531451220.6300.160.4316546.4638.82
Hex35917A3F0102Ba52e27
Octal6522117277020532455647
Binary11010110010001111101011111101000010101110100101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35917A; }

 p { color: rgb(53,145,122); }

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

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

 a { background-color: rgb(53,145,122); }

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

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

 span { border-color: rgb(53,145,122); }

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