#359683

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

Shades of Gossamer #359683

Tints of Gossamer #359683

Color information

#359683 (or 0x359683) is unknown color: approx Gossamer. HEX triplet: 35, 96 and 83. RGB value is (53,150,131). Sum of RGB (Red+Green+Blue) = 53+150+131=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 150 - color contains mainly: green. Hex color #359683 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359683 is #CA697C. Grayscale: #767676. Windows color (decimal): -13265277 or 8623669. OLE color: 8623669.

HSL color Cylindrical-coordinate representation of color #359683: hue angle of 168.25º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359683 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB53150131-
CMYK0.6500.130.41
HSL168.25º47.78%39.8%-
HSV(B)168.25º64.67%58.82%-
XYZ16.4724.2125.28-
YUV118.83134.8681.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.87%
GREEN value IS 150 (58.98% from 255) = 44.91%
BLUE value IS 131 (51.56% from 255) = 39.22%
R=15.87%
G=44.91%
B=39.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal531501310.6500.130.41168.2547.7839.8
Hex359683410D29a83028
Octal65226203101015512506050
Binary110101100101101000001110000010110110100110101000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359683; }

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

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

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

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

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

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

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

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