#409B7B

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

Shades of Gossamer #409B7B

Tints of Gossamer #409B7B

Color information

#409B7B (or 0x409B7B) is unknown color: approx Gossamer. HEX triplet: 40, 9B and 7B. RGB value is (64,155,123). Sum of RGB (Red+Green+Blue) = 64+155+123=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 155 - color contains mainly: green. Hex color #409B7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409B7B is #BF6484. Grayscale: #7C7C7C. Windows color (decimal): -12543109 or 8100672. OLE color: 8100672.

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

Color convert

RGB64155123-
CMYK0.5900.210.39
HSL158.9º41.55%42.94%-
HSV(B)158.9º58.71%60.78%-
XYZ17.4125.9622.83-
YUV124.14127.3585.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.71%
GREEN value IS 155 (60.94% from 255) = 45.32%
BLUE value IS 123 (48.44% from 255) = 35.96%
R=18.71%
G=45.32%
B=35.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal641551230.5900.210.39158.941.5542.94
Hex409B7B3B015279f2a2b
Octal10023317373025472375253
Binary100000010011011111101111101101010110011110011111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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