#369E7F

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

Shades of Gossamer #369E7F

Tints of Gossamer #369E7F

Color information

#369E7F (or 0x369E7F) is unknown color: approx Gossamer. HEX triplet: 36, 9E and 7F. RGB value is (54,158,127). Sum of RGB (Red+Green+Blue) = 54+158+127=339 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.93% from 339); Green value is 158 (62.11% from 255 or 46.61% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 158 - color contains mainly: green. Hex color #369E7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369E7F is #C96180. Grayscale: #7B7B7B. Windows color (decimal): -13197697 or 8363574. OLE color: 8363574.

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

Color convert

RGB54158127-
CMYK0.6600.200.38
HSL162.12º49.06%41.57%-
HSV(B)162.12º65.82%61.96%-
XYZ17.5826.7724.32-
YUV123.37130.0478.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.93%
GREEN value IS 158 (62.11% from 255) = 46.61%
BLUE value IS 127 (50% from 255) = 37.46%
R=15.93%
G=46.61%
B=37.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541581270.6600.200.38162.1249.0641.57
Hex369E7F4201426a2312a
Octal66236177102024462426152
Binary110110100111101111111100001001010010011010100010110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,158,127); }

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

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

 a { background-color: rgb(54,158,127); }

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

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

 span { border-color: rgb(54,158,127); }

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