#409781

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

Shades of Gossamer #409781

Tints of Gossamer #409781

Color information

#409781 (or 0x409781) is unknown color: approx Gossamer. HEX triplet: 40, 97 and 81. RGB value is (64,151,129). Sum of RGB (Red+Green+Blue) = 64+151+129=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 151 - color contains mainly: green. Hex color #409781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409781 is #BF687E. Grayscale: #7A7A7A. Windows color (decimal): -12544127 or 8492864. OLE color: 8492864.

HSL color Cylindrical-coordinate representation of color #409781: hue angle of 164.83º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409781 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB64151129-
CMYK0.5800.150.41
HSL164.83º40.47%42.16%-
HSV(B)164.83º57.62%59.22%-
XYZ17.1424.8124.65-
YUV122.48131.6886.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.60%
GREEN value IS 151 (59.38% from 255) = 43.90%
BLUE value IS 129 (50.78% from 255) = 37.5%
R=18.60%
G=43.90%
B=37.5%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal641511290.5800.150.41164.8340.4742.16
Hex4097813A0F29a5282a
Octal10022720172017512455052
Binary100000010010111100000011110100111110100110100101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409781; }

 p { color: rgb(64,151,129); }

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

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

 a { background-color: rgb(64,151,129); }

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

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

 span { border-color: rgb(64,151,129); }

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