#369F76

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

Shades of Gossamer #369F76

Tints of Gossamer #369F76

Color information

#369F76 (or 0x369F76) is unknown color: approx Gossamer. HEX triplet: 36, 9F and 76. RGB value is (54,159,118). Sum of RGB (Red+Green+Blue) = 54+159+118=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 159 (62.5% from 255 or 48.04% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 159 - color contains mainly: green. Hex color #369F76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369F76 is #C96089. Grayscale: #7A7A7A. Windows color (decimal): -13197450 or 7774006. OLE color: 7774006.

HSL color Cylindrical-coordinate representation of color #369F76: hue angle of 156.57º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369F76 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB54159118-
CMYK0.6600.260.38
HSL156.57º49.3%41.76%-
HSV(B)156.57º66.04%62.35%-
XYZ17.1926.8921.42-
YUV122.93125.2178.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.31%
GREEN value IS 159 (62.5% from 255) = 48.04%
BLUE value IS 118 (46.48% from 255) = 35.65%
R=16.31%
G=48.04%
B=35.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541591180.6600.260.38156.5749.341.76
Hex369F764201A269d312a
Octal66237166102032462356152
Binary110110100111111110110100001001101010011010011101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369F76; }

 p { color: rgb(54,159,118); }

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

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

 a { background-color: rgb(54,159,118); }

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

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

 span { border-color: rgb(54,159,118); }

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