#369C80

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

Shades of Gossamer #369C80

Tints of Gossamer #369C80

Color information

#369C80 (or 0x369C80) is unknown color: approx Gossamer. HEX triplet: 36, 9C and 80. RGB value is (54,156,128). Sum of RGB (Red+Green+Blue) = 54+156+128=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 156 (61.33% from 255 or 46.15% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 156 - color contains mainly: green. Hex color #369C80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369C80 is #C9637F. Grayscale: #7A7A7A. Windows color (decimal): -13198208 or 8428598. OLE color: 8428598.

HSL color Cylindrical-coordinate representation of color #369C80: hue angle of 163.53º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369C80 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB54156128-
CMYK0.6500.180.39
HSL163.53º48.57%41.18%-
HSV(B)163.53º65.38%61.18%-
XYZ17.3126.1224.55-
YUV122.31131.2179.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.98%
GREEN value IS 156 (61.33% from 255) = 46.15%
BLUE value IS 128 (50.39% from 255) = 37.87%
R=15.98%
G=46.15%
B=37.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541561280.6500.180.39163.5348.5741.18
Hex369C804101227a43129
Octal66234200101022472446151
Binary1101101001110010000000100000101001010011110100100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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