#409B7C

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

Shades of Gossamer #409B7C

Tints of Gossamer #409B7C

Color information

#409B7C (or 0x409B7C) is unknown color: approx Gossamer. HEX triplet: 40, 9B and 7C. RGB value is (64,155,124). Sum of RGB (Red+Green+Blue) = 64+155+124=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 155 (60.94% from 255 or 45.19% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 155 - color contains mainly: green. Hex color #409B7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409B7C is #BF6483. Grayscale: #7C7C7C. Windows color (decimal): -12543108 or 8166208. OLE color: 8166208.

HSL color Cylindrical-coordinate representation of color #409B7C: hue angle of 159.56º 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 #409B7C is Cyan = 0.59, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.39.

Color convert

RGB64155124-
CMYK0.5900.20.39
HSL159.56º41.55%42.94%-
HSV(B)159.56º58.71%60.78%-
XYZ17.4725.9923.16-
YUV124.26127.8585.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.66%
GREEN value IS 155 (60.94% from 255) = 45.19%
BLUE value IS 124 (48.83% from 255) = 36.15%
R=18.66%
G=45.19%
B=36.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal641551240.5900.20.39159.5641.5542.94
Hex409B7C3B01427a02a2b
Octal10023317473024472405253
Binary100000010011011111110011101101010010011110100000101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,155,124); }

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

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

 a { background-color: rgb(64,155,124); }

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

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

 span { border-color: rgb(64,155,124); }

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