#409C76

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

Shades of Gossamer #409C76

Tints of Gossamer #409C76

Color information

#409C76 (or 0x409C76) is unknown color: approx Gossamer. HEX triplet: 40, 9C and 76. RGB value is (64,156,118). Sum of RGB (Red+Green+Blue) = 64+156+118=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 156 (61.33% from 255 or 46.15% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 156 - color contains mainly: green. Hex color #409C76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409C76 is #BF6389. Grayscale: #7C7C7C. Windows color (decimal): -12542858 or 7773248. OLE color: 7773248.

HSL color Cylindrical-coordinate representation of color #409C76: hue angle of 155.22º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409C76 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB64156118-
CMYK0.5900.240.39
HSL155.22º41.82%43.14%-
HSV(B)155.22º58.97%61.18%-
XYZ17.2726.1721.28-
YUV124.16124.5285.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.93%
GREEN value IS 156 (61.33% from 255) = 46.15%
BLUE value IS 118 (46.48% from 255) = 34.91%
R=18.93%
G=46.15%
B=34.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal641561180.5900.240.39155.2241.8243.14
Hex409C763B018279b2a2b
Octal10023416673030472335253
Binary100000010011100111011011101101100010011110011011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409C76; }

 p { color: rgb(64,156,118); }

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

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

 a { background-color: rgb(64,156,118); }

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

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

 span { border-color: rgb(64,156,118); }

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