#409889

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

Shades of Gossamer #409889

Tints of Gossamer #409889

Color information

#409889 (or 0x409889) is unknown color: approx Gossamer. HEX triplet: 40, 98 and 89. RGB value is (64,152,137). Sum of RGB (Red+Green+Blue) = 64+152+137=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 152 - color contains mainly: green. Hex color #409889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409889 is #BF6776. Grayscale: #7B7B7B. Windows color (decimal): -12543863 or 9017408. OLE color: 9017408.

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

Color convert

RGB64152137-
CMYK0.5800.100.40
HSL169.77º40.74%42.35%-
HSV(B)169.77º57.89%59.61%-
XYZ17.8625.3527.62-
YUV123.98135.3585.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.13%
GREEN value IS 152 (59.77% from 255) = 43.06%
BLUE value IS 137 (53.91% from 255) = 38.81%
R=18.13%
G=43.06%
B=38.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal641521370.5800.100.40169.7740.7442.35
Hex4098893A0A28aa292a
Octal10023021172012502525152
Binary100000010011000100010011110100101010100010101010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409889; }

 p { color: rgb(64,152,137); }

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

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

 a { background-color: rgb(64,152,137); }

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

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

 span { border-color: rgb(64,152,137); }

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