Shades of Gossamer #409880
Tints of Gossamer #409880
RGB
CMYK
RGB Variations
Color information
#409880 (or 0x409880) is known color: Gossamer. HEX triplet: 40, 98 and 80. RGB value is (64,152,128). Sum of RGB (Red+Green+Blue) = 64+152+128=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 152 - color contains mainly: green. Hex color #409880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409880 is #BF677F. Grayscale: #7A7A7A. Windows color (decimal): -12543872 or 8427584. OLE color: 8427584.
HSL color Cylindrical-coordinate representation of color #409880: hue angle of 163.64º 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 #409880 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 152 | 128 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.40 |
| HSL | 163.64º | 0.41% | 0.42% | - |
| HSV(B) | 163.64º | 0.58% | 0.6% | - |
| XYZ | 17.24 | 25.1 | 24.36 | - |
| YUV | 122.95 | 130.85 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 152 | 128 | 0.58 | 0 | 0.16 | 0.40 | 163.64 | 0.41 | 0.42 |
| Hex | 40 | 98 | 80 | 3A | 0 | 10 | 28 | A4 | 29 | 2A |
| Octal | 100 | 230 | 200 | 72 | 0 | 20 | 50 | 244 | 51 | 52 |
| Binary | 1000000 | 10011000 | 10000000 | 111010 | 0 | 10000 | 101000 | 10100100 | 101001 | 101010 |
Color Harmonies of #409880
Complementary color
Monochromatic Colors of #409880
Black with #409880
Text Example
Text Example
White with #409880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409880; }
p { color: rgb(64,152,128); }
H1.HeaderClassName
{
color: #409880;
}
.AnyTagClassName
{
color: #409880;
}
</style>
background-color css
<style>
a { background-color: #409880; }
a { background-color: rgb(64,152,128); }
div.DivClassName
{
background-color: #409880;
}
.BgClassName
{
background-color: #409880;
}
</style>
border-color css
<style>
span { border-color: #409880; }
span { border-color: rgb(64,152,128); }
td.TdClassName
{
border-color: #409880;
}
.TagClassName
{
border-color: #409880;
}
</style>