Shades of Gossamer #409A78
Tints of Gossamer #409A78
RGB
CMYK
RGB Variations
Color information
#409A78 (or 0x409A78) is known color: Gossamer. HEX triplet: 40, 9A and 78. RGB value is (64,154,120). Sum of RGB (Red+Green+Blue) = 64+154+120=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 154 (60.55% from 255 or 45.56% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 154 - color contains mainly: green. Hex color #409A78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409A78 is #BF6587. Grayscale: #7B7B7B. Windows color (decimal): -12543368 or 7903808. OLE color: 7903808.
HSL color Cylindrical-coordinate representation of color #409A78: hue angle of 157.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409A78 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 154 | 120 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.40 |
| HSL | 157.33º | 0.41% | 0.43% | - |
| HSV(B) | 157.33º | 0.58% | 0.6% | - |
| XYZ | 17.06 | 25.56 | 21.8 | - |
| YUV | 123.21 | 126.18 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 154 | 120 | 0.58 | 0 | 0.22 | 0.40 | 157.33 | 0.41 | 0.43 |
| Hex | 40 | 9A | 78 | 3A | 0 | 16 | 28 | 9D | 29 | 2B |
| Octal | 100 | 232 | 170 | 72 | 0 | 26 | 50 | 235 | 51 | 53 |
| Binary | 1000000 | 10011010 | 1111000 | 111010 | 0 | 10110 | 101000 | 10011101 | 101001 | 101011 |
Color Harmonies of #409A78
Complementary color
Monochromatic Colors of #409A78
Black with #409A78
Text Example
Text Example
White with #409A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409A78; }
p { color: rgb(64,154,120); }
H1.HeaderClassName
{
color: #409A78;
}
.AnyTagClassName
{
color: #409A78;
}
</style>
background-color css
<style>
a { background-color: #409A78; }
a { background-color: rgb(64,154,120); }
div.DivClassName
{
background-color: #409A78;
}
.BgClassName
{
background-color: #409A78;
}
</style>
border-color css
<style>
span { border-color: #409A78; }
span { border-color: rgb(64,154,120); }
td.TdClassName
{
border-color: #409A78;
}
.TagClassName
{
border-color: #409A78;
}
</style>