#409D88

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

Shades of Gossamer #409D88

Tints of Gossamer #409D88

Color information

#409D88 (or 0x409D88) is unknown color: approx Gossamer. HEX triplet: 40, 9D and 88. RGB value is (64,157,136). Sum of RGB (Red+Green+Blue) = 64+157+136=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 157 - color contains mainly: green. Hex color #409D88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409D88 is #BF6277. Grayscale: #7E7E7E. Windows color (decimal): -12542584 or 8953152. OLE color: 8953152.

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

Color convert

RGB64157136-
CMYK0.5900.130.38
HSL166.45º42.08%43.33%-
HSV(B)166.45º59.24%61.57%-
XYZ18.6226.9827.52-
YUV126.8133.1983.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.93%
GREEN value IS 157 (61.72% from 255) = 43.98%
BLUE value IS 136 (53.52% from 255) = 38.10%
R=17.93%
G=43.98%
B=38.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal641571360.5900.130.38166.4542.0843.33
Hex409D883B0D26a62a2b
Octal10023521073015462465253
Binary100000010011101100010001110110110110011010100110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,157,136); }

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

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

 a { background-color: rgb(64,157,136); }

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

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

 span { border-color: rgb(64,157,136); }

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