#369F79

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

Shades of Gossamer #369F79

Tints of Gossamer #369F79

Color information

#369F79 (or 0x369F79) is unknown color: approx Gossamer. HEX triplet: 36, 9F and 79. RGB value is (54,159,121). Sum of RGB (Red+Green+Blue) = 54+159+121=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 159 (62.5% from 255 or 47.60% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 159 - color contains mainly: green. Hex color #369F79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369F79 is #C96086. Grayscale: #7B7B7B. Windows color (decimal): -13197447 or 7970614. OLE color: 7970614.

HSL color Cylindrical-coordinate representation of color #369F79: hue angle of 158.29º 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 #369F79 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB54159121-
CMYK0.6600.240.38
HSL158.29º49.3%41.76%-
HSV(B)158.29º66.04%62.35%-
XYZ17.3726.9622.38-
YUV123.27126.7178.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.17%
GREEN value IS 159 (62.5% from 255) = 47.60%
BLUE value IS 121 (47.66% from 255) = 36.23%
R=16.17%
G=47.60%
B=36.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541591210.6600.240.38158.2949.341.76
Hex369F7942018269e312a
Octal66237171102030462366152
Binary110110100111111111001100001001100010011010011110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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