Shades of Gossamer #409780
Tints of Gossamer #409780
RGB
CMYK
RGB Variations
Color information
#409780 (or 0x409780) is known color: Gossamer. HEX triplet: 40, 97 and 80. RGB value is (64,151,128). Sum of RGB (Red+Green+Blue) = 64+151+128=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 151 - color contains mainly: green. Hex color #409780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409780 is #BF687F. Grayscale: #7A7A7A. Windows color (decimal): -12544128 or 8427328. OLE color: 8427328.
HSL color Cylindrical-coordinate representation of color #409780: hue angle of 164.14º 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 #409780 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 151 | 128 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.41 |
| HSL | 164.14º | 0.4% | 0.42% | - |
| HSV(B) | 164.14º | 0.58% | 0.59% | - |
| XYZ | 17.08 | 24.78 | 24.31 | - |
| YUV | 122.37 | 131.18 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 151 | 128 | 0.58 | 0 | 0.15 | 0.41 | 164.14 | 0.4 | 0.42 |
| Hex | 40 | 97 | 80 | 3A | 0 | F | 29 | A4 | 28 | 2A |
| Octal | 100 | 227 | 200 | 72 | 0 | 17 | 51 | 244 | 50 | 52 |
| Binary | 1000000 | 10010111 | 10000000 | 111010 | 0 | 1111 | 101001 | 10100100 | 101000 | 101010 |
Color Harmonies of #409780
Complementary color
Monochromatic Colors of #409780
Black with #409780
Text Example
Text Example
White with #409780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409780; }
p { color: rgb(64,151,128); }
H1.HeaderClassName
{
color: #409780;
}
.AnyTagClassName
{
color: #409780;
}
</style>
background-color css
<style>
a { background-color: #409780; }
a { background-color: rgb(64,151,128); }
div.DivClassName
{
background-color: #409780;
}
.BgClassName
{
background-color: #409780;
}
</style>
border-color css
<style>
span { border-color: #409780; }
span { border-color: rgb(64,151,128); }
td.TdClassName
{
border-color: #409780;
}
.TagClassName
{
border-color: #409780;
}
</style>