#369679

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

Shades of Gossamer #369679

Tints of Gossamer #369679

Color information

#369679 (or 0x369679) is unknown color: approx Gossamer. HEX triplet: 36, 96 and 79. RGB value is (54,150,121). Sum of RGB (Red+Green+Blue) = 54+150+121=325 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.62% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 150 - color contains mainly: green. Hex color #369679 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369679 is #C96986. Grayscale: #767676. Windows color (decimal): -13199751 or 7968310. OLE color: 7968310.

HSL color Cylindrical-coordinate representation of color #369679: hue angle of 161.88º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369679 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB54150121-
CMYK0.6400.190.41
HSL161.88º47.06%40%-
HSV(B)161.88º64%58.82%-
XYZ15.8823.9821.88-
YUV117.99129.782.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.62%
GREEN value IS 150 (58.98% from 255) = 46.15%
BLUE value IS 121 (47.66% from 255) = 37.23%
R=16.62%
G=46.15%
B=37.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal541501210.6400.190.41161.8847.0640
Hex3696794001329a22f28
Octal66226171100023512425750
Binary110110100101101111001100000001001110100110100010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369679; }

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

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

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

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

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

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

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

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