Shades of Gossamer #409878
Tints of Gossamer #409878
RGB
CMYK
RGB Variations
Color information
#409878 (or 0x409878) is known color: Gossamer. HEX triplet: 40, 98 and 78. RGB value is (64,152,120). Sum of RGB (Red+Green+Blue) = 64+152+120=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 152 - color contains mainly: green. Hex color #409878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409878 is #BF6787. Grayscale: #7A7A7A. Windows color (decimal): -12543880 or 7903296. OLE color: 7903296.
HSL color Cylindrical-coordinate representation of color #409878: hue angle of 158.18º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409878 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 152 | 120 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.40 |
| HSL | 158.18º | 0.41% | 0.42% | - |
| HSV(B) | 158.18º | 0.58% | 0.6% | - |
| XYZ | 16.73 | 24.9 | 21.69 | - |
| YUV | 122.04 | 126.85 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 152 | 120 | 0.58 | 0 | 0.21 | 0.40 | 158.18 | 0.41 | 0.42 |
| Hex | 40 | 98 | 78 | 3A | 0 | 15 | 28 | 9E | 29 | 2A |
| Octal | 100 | 230 | 170 | 72 | 0 | 25 | 50 | 236 | 51 | 52 |
| Binary | 1000000 | 10011000 | 1111000 | 111010 | 0 | 10101 | 101000 | 10011110 | 101001 | 101010 |
Color Harmonies of #409878
Complementary color
Monochromatic Colors of #409878
Black with #409878
Text Example
Text Example
White with #409878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409878; }
p { color: rgb(64,152,120); }
H1.HeaderClassName
{
color: #409878;
}
.AnyTagClassName
{
color: #409878;
}
</style>
background-color css
<style>
a { background-color: #409878; }
a { background-color: rgb(64,152,120); }
div.DivClassName
{
background-color: #409878;
}
.BgClassName
{
background-color: #409878;
}
</style>
border-color css
<style>
span { border-color: #409878; }
span { border-color: rgb(64,152,120); }
td.TdClassName
{
border-color: #409878;
}
.TagClassName
{
border-color: #409878;
}
</style>