#369C89

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

Shades of Gossamer #369C89

Tints of Gossamer #369C89

Color information

#369C89 (or 0x369C89) is unknown color: approx Gossamer. HEX triplet: 36, 9C and 89. RGB value is (54,156,137). Sum of RGB (Red+Green+Blue) = 54+156+137=347 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.56% from 347); Green value is 156 (61.33% from 255 or 44.96% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 156 - color contains mainly: green. Hex color #369C89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369C89 is #C96376. Grayscale: #7B7B7B. Windows color (decimal): -13198199 or 9018422. OLE color: 9018422.

HSL color Cylindrical-coordinate representation of color #369C89: hue angle of 168.82º 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 #369C89 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB54156137-
CMYK0.6500.120.39
HSL168.82º48.57%41.18%-
HSV(B)168.82º65.38%61.18%-
XYZ17.9326.3727.81-
YUV123.34135.7178.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.56%
GREEN value IS 156 (61.33% from 255) = 44.96%
BLUE value IS 137 (53.91% from 255) = 39.48%
R=15.56%
G=44.96%
B=39.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541561370.6500.120.39168.8248.5741.18
Hex369C89410C27a93129
Octal66234211101014472516151
Binary110110100111001000100110000010110010011110101001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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