#359973

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

Shades of Gossamer #359973

Tints of Gossamer #359973

Color information

#359973 (or 0x359973) is unknown color: approx Gossamer. HEX triplet: 35, 99 and 73. RGB value is (53,153,115). Sum of RGB (Red+Green+Blue) = 53+153+115=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #359973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359973 is #CA668C. Grayscale: #767676. Windows color (decimal): -13264525 or 7575861. OLE color: 7575861.

HSL color Cylindrical-coordinate representation of color #359973: hue angle of 157.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359973 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB53153115-
CMYK0.6500.250.4
HSL157.2º48.54%40.39%-
HSV(B)157.2º65.36%60%-
XYZ15.9524.7820.16-
YUV118.77125.8781.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.51%
GREEN value IS 153 (60.16% from 255) = 47.66%
BLUE value IS 115 (45.31% from 255) = 35.83%
R=16.51%
G=47.66%
B=35.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal531531150.6500.250.4157.248.5440.39
Hex35997341019289d3128
Octal65231163101031502356150
Binary110101100110011110011100000101100110100010011101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359973; }

 p { color: rgb(53,153,115); }

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

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

 a { background-color: rgb(53,153,115); }

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

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

 span { border-color: rgb(53,153,115); }

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