#409B7A

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

Shades of Gossamer #409B7A

Tints of Gossamer #409B7A

Color information

#409B7A (or 0x409B7A) is unknown color: approx Gossamer. HEX triplet: 40, 9B and 7A. RGB value is (64,155,122). Sum of RGB (Red+Green+Blue) = 64+155+122=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 155 - color contains mainly: green. Hex color #409B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409B7A is #BF6485. Grayscale: #7C7C7C. Windows color (decimal): -12543110 or 8035136. OLE color: 8035136.

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

Color convert

RGB64155122-
CMYK0.5900.210.39
HSL158.24º41.55%42.94%-
HSV(B)158.24º58.71%60.78%-
XYZ17.3525.9422.5-
YUV124.03126.8585.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.77%
GREEN value IS 155 (60.94% from 255) = 45.45%
BLUE value IS 122 (48.05% from 255) = 35.78%
R=18.77%
G=45.45%
B=35.78%

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
Decimal641551220.5900.210.39158.2441.5542.94
Hex409B7A3B015279e2a2b
Octal10023317273025472365253
Binary100000010011011111101011101101010110011110011110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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