#369F7C

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

Shades of Gossamer #369F7C

Tints of Gossamer #369F7C

Color information

#369F7C (or 0x369F7C) is unknown color: approx Gossamer. HEX triplet: 36, 9F and 7C. RGB value is (54,159,124). Sum of RGB (Red+Green+Blue) = 54+159+124=337 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.02% from 337); Green value is 159 (62.5% from 255 or 47.18% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 159 - color contains mainly: green. Hex color #369F7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369F7C is #C96083. Grayscale: #7B7B7B. Windows color (decimal): -13197444 or 8167222. OLE color: 8167222.

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

Color convert

RGB54159124-
CMYK0.6600.220.38
HSL160º49.3%41.76%-
HSV(B)160º66.04%62.35%-
XYZ17.5627.0423.36-
YUV123.62128.2178.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.02%
GREEN value IS 159 (62.5% from 255) = 47.18%
BLUE value IS 124 (48.83% from 255) = 36.80%
R=16.02%
G=47.18%
B=36.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541591240.6600.220.3816049.341.76
Hex369F7C4201626a0312a
Octal66237174102026462406152
Binary110110100111111111100100001001011010011010100000110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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