#369C7C

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

Shades of Gossamer #369C7C

Tints of Gossamer #369C7C

Color information

#369C7C (or 0x369C7C) is unknown color: approx Gossamer. HEX triplet: 36, 9C and 7C. RGB value is (54,156,124). Sum of RGB (Red+Green+Blue) = 54+156+124=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 156 (61.33% from 255 or 46.71% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 156 - color contains mainly: green. Hex color #369C7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369C7C is #C96383. Grayscale: #797979. Windows color (decimal): -13198212 or 8166454. OLE color: 8166454.

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

Color convert

RGB54156124-
CMYK0.6500.210.39
HSL161.18º48.57%41.18%-
HSV(B)161.18º65.38%61.18%-
XYZ17.0526.0223.19-
YUV121.85129.2179.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.17%
GREEN value IS 156 (61.33% from 255) = 46.71%
BLUE value IS 124 (48.83% from 255) = 37.13%
R=16.17%
G=46.71%
B=37.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541561240.6500.210.39161.1848.5741.18
Hex369C7C4101527a13129
Octal66234174101025472416151
Binary110110100111001111100100000101010110011110100001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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