#359D83

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

Shades of Gossamer #359D83

Tints of Gossamer #359D83

Color information

#359D83 (or 0x359D83) is unknown color: approx Gossamer. HEX triplet: 35, 9D and 83. RGB value is (53,157,131). Sum of RGB (Red+Green+Blue) = 53+157+131=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 157 - color contains mainly: green. Hex color #359D83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359D83 is #CA627C. Grayscale: #7A7A7A. Windows color (decimal): -13263485 or 8625461. OLE color: 8625461.

HSL color Cylindrical-coordinate representation of color #359D83: hue angle of 165º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359D83 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB53157131-
CMYK0.6600.170.38
HSL165º49.52%41.18%-
HSV(B)165º66.24%61.57%-
XYZ17.6226.5125.66-
YUV122.94132.5478.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.54%
GREEN value IS 157 (61.72% from 255) = 46.04%
BLUE value IS 131 (51.56% from 255) = 38.42%
R=15.54%
G=46.04%
B=38.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531571310.6600.170.3816549.5241.18
Hex359D834201126a53229
Octal65235203102021462456251
Binary1101011001110110000011100001001000110011010100101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359D83; }

 p { color: rgb(53,157,131); }

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

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

 a { background-color: rgb(53,157,131); }

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

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

 span { border-color: rgb(53,157,131); }

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