#35957A

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

Shades of Gossamer #35957A

Tints of Gossamer #35957A

Color information

#35957A (or 0x35957A) is unknown color: approx Gossamer. HEX triplet: 35, 95 and 7A. RGB value is (53,149,122). Sum of RGB (Red+Green+Blue) = 53+149+122=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #35957A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35957A is #CA6A85. Grayscale: #757575. Windows color (decimal): -13265542 or 8033589. OLE color: 8033589.

HSL color Cylindrical-coordinate representation of color #35957A: hue angle of 163.12º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35957A is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB53149122-
CMYK0.6400.180.42
HSL163.12º47.52%39.61%-
HSV(B)163.12º64.43%58.43%-
XYZ15.7323.6622.15-
YUV117.22130.782.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.36%
GREEN value IS 149 (58.59% from 255) = 45.99%
BLUE value IS 122 (48.05% from 255) = 37.65%
R=16.36%
G=45.99%
B=37.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531491220.6400.180.42163.1247.5239.61
Hex35957A400122Aa33028
Octal65225172100022522436050
Binary110101100101011111010100000001001010101010100011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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