Shades of Gossamer #409778
Tints of Gossamer #409778
RGB
CMYK
RGB Variations
Color information
#409778 (or 0x409778) is known color: Gossamer. HEX triplet: 40, 97 and 78. RGB value is (64,151,120). Sum of RGB (Red+Green+Blue) = 64+151+120=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 151 - color contains mainly: green. Hex color #409778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409778 is #BF6887. Grayscale: #797979. Windows color (decimal): -12544136 or 7903040. OLE color: 7903040.
HSL color Cylindrical-coordinate representation of color #409778: hue angle of 158.62º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409778 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 151 | 120 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.41 |
| HSL | 158.62º | 0.4% | 0.42% | - |
| HSV(B) | 158.62º | 0.58% | 0.59% | - |
| XYZ | 16.57 | 24.58 | 21.64 | - |
| YUV | 121.45 | 127.18 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 151 | 120 | 0.58 | 0 | 0.21 | 0.41 | 158.62 | 0.4 | 0.42 |
| Hex | 40 | 97 | 78 | 3A | 0 | 15 | 29 | 9F | 28 | 2A |
| Octal | 100 | 227 | 170 | 72 | 0 | 25 | 51 | 237 | 50 | 52 |
| Binary | 1000000 | 10010111 | 1111000 | 111010 | 0 | 10101 | 101001 | 10011111 | 101000 | 101010 |
Color Harmonies of #409778
Complementary color
Monochromatic Colors of #409778
Black with #409778
Text Example
Text Example
White with #409778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409778; }
p { color: rgb(64,151,120); }
H1.HeaderClassName
{
color: #409778;
}
.AnyTagClassName
{
color: #409778;
}
</style>
background-color css
<style>
a { background-color: #409778; }
a { background-color: rgb(64,151,120); }
div.DivClassName
{
background-color: #409778;
}
.BgClassName
{
background-color: #409778;
}
</style>
border-color css
<style>
span { border-color: #409778; }
span { border-color: rgb(64,151,120); }
td.TdClassName
{
border-color: #409778;
}
.TagClassName
{
border-color: #409778;
}
</style>