#409A76

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

Shades of Gossamer #409A76

Tints of Gossamer #409A76

Color information

#409A76 (or 0x409A76) is unknown color: approx Gossamer. HEX triplet: 40, 9A and 76. RGB value is (64,154,118). Sum of RGB (Red+Green+Blue) = 64+154+118=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 154 - color contains mainly: green. Hex color #409A76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409A76 is #BF6589. Grayscale: #7B7B7B. Windows color (decimal): -12543370 or 7772736. OLE color: 7772736.

HSL color Cylindrical-coordinate representation of color #409A76: hue angle of 156º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409A76 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB64154118-
CMYK0.5800.230.40
HSL156º41.28%42.75%-
HSV(B)156º58.44%60.39%-
XYZ16.9425.5121.17-
YUV122.99125.1885.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.05%
GREEN value IS 154 (60.55% from 255) = 45.83%
BLUE value IS 118 (46.48% from 255) = 35.12%
R=19.05%
G=45.83%
B=35.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal641541180.5800.230.4015641.2842.75
Hex409A763A017289c292b
Octal10023216672027502345153
Binary100000010011010111011011101001011110100010011100101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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