#369A80

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

Shades of Gossamer #369A80

Tints of Gossamer #369A80

Color information

#369A80 (or 0x369A80) is unknown color: approx Gossamer. HEX triplet: 36, 9A and 80. RGB value is (54,154,128). Sum of RGB (Red+Green+Blue) = 54+154+128=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 154 - color contains mainly: green. Hex color #369A80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369A80 is #C9657F. Grayscale: #797979. Windows color (decimal): -13198720 or 8428086. OLE color: 8428086.

HSL color Cylindrical-coordinate representation of color #369A80: hue angle of 164.4º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369A80 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB54154128-
CMYK0.6500.170.40
HSL164.4º48.08%40.78%-
HSV(B)164.4º64.94%60.39%-
XYZ16.9725.4524.44-
YUV121.14131.8780.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.07%
GREEN value IS 154 (60.55% from 255) = 45.83%
BLUE value IS 128 (50.39% from 255) = 38.10%
R=16.07%
G=45.83%
B=38.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal541541280.6500.170.40164.448.0840.78
Hex369A804101128a43029
Octal66232200101021502446051
Binary1101101001101010000000100000101000110100010100100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,154,128); }

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

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

 a { background-color: rgb(54,154,128); }

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

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

 span { border-color: rgb(54,154,128); }

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