Shades of Gossamer #409579
Tints of Gossamer #409579
RGB
CMYK
RGB Variations
Color information
#409579 (or 0x409579) is known color: Gossamer. HEX triplet: 40, 95 and 79. RGB value is (64,149,121). Sum of RGB (Red+Green+Blue) = 64+149+121=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 149 - color contains mainly: green. Hex color #409579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409579 is #BF6A86. Grayscale: #787878. Windows color (decimal): -12544647 or 7968064. OLE color: 7968064.
HSL color Cylindrical-coordinate representation of color #409579: hue angle of 160.24º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #409579 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 149 | 121 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.42 |
| HSL | 160.24º | 0.4% | 0.42% | - |
| HSV(B) | 160.24º | 0.57% | 0.58% | - |
| XYZ | 16.31 | 23.97 | 21.86 | - |
| YUV | 120.39 | 128.34 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 149 | 121 | 0.57 | 0 | 0.19 | 0.42 | 160.24 | 0.4 | 0.42 |
| Hex | 40 | 95 | 79 | 39 | 0 | 13 | 2A | A0 | 28 | 2A |
| Octal | 100 | 225 | 171 | 71 | 0 | 23 | 52 | 240 | 50 | 52 |
| Binary | 1000000 | 10010101 | 1111001 | 111001 | 0 | 10011 | 101010 | 10100000 | 101000 | 101010 |
Color Harmonies of #409579
Complementary color
Monochromatic Colors of #409579
Black with #409579
Text Example
Text Example
White with #409579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409579; }
p { color: rgb(64,149,121); }
H1.HeaderClassName
{
color: #409579;
}
.AnyTagClassName
{
color: #409579;
}
</style>
background-color css
<style>
a { background-color: #409579; }
a { background-color: rgb(64,149,121); }
div.DivClassName
{
background-color: #409579;
}
.BgClassName
{
background-color: #409579;
}
</style>
border-color css
<style>
span { border-color: #409579; }
span { border-color: rgb(64,149,121); }
td.TdClassName
{
border-color: #409579;
}
.TagClassName
{
border-color: #409579;
}
</style>