#369F7D

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

Shades of Gossamer #369F7D

Tints of Gossamer #369F7D

Color information

#369F7D (or 0x369F7D) is unknown color: approx Gossamer. HEX triplet: 36, 9F and 7D. RGB value is (54,159,125). Sum of RGB (Red+Green+Blue) = 54+159+125=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 159 (62.5% from 255 or 47.04% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 159 - color contains mainly: green. Hex color #369F7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369F7D is #C96082. Grayscale: #7B7B7B. Windows color (decimal): -13197443 or 8232758. OLE color: 8232758.

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

Color convert

RGB54159125-
CMYK0.6600.210.38
HSL160.57º49.3%41.76%-
HSV(B)160.57º66.04%62.35%-
XYZ17.6227.0623.7-
YUV123.73128.7178.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.98%
GREEN value IS 159 (62.5% from 255) = 47.04%
BLUE value IS 125 (49.22% from 255) = 36.98%
R=15.98%
G=47.04%
B=36.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541591250.6600.210.38160.5749.341.76
Hex369F7D4201526a1312a
Octal66237175102025462416152
Binary110110100111111111101100001001010110011010100001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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