Shades of Gossamer #409C80
Tints of Gossamer #409C80
RGB
CMYK
RGB Variations
Color information
#409C80 (or 0x409C80) is known color: Gossamer. HEX triplet: 40, 9C and 80. RGB value is (64,156,128). Sum of RGB (Red+Green+Blue) = 64+156+128=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 128 (50.39% from 255 or 36.78% from 348); Max value from RGB is 156 - color contains mainly: green. Hex color #409C80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409C80 is #BF637F. Grayscale: #7D7D7D. Windows color (decimal): -12542848 or 8428608. OLE color: 8428608.
HSL color Cylindrical-coordinate representation of color #409C80: hue angle of 161.74º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409C80 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 156 | 128 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.39 |
| HSL | 161.74º | 0.42% | 0.43% | - |
| HSV(B) | 161.74º | 0.59% | 0.61% | - |
| XYZ | 17.9 | 26.43 | 24.58 | - |
| YUV | 125.3 | 129.52 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 156 | 128 | 0.59 | 0 | 0.18 | 0.39 | 161.74 | 0.42 | 0.43 |
| Hex | 40 | 9C | 80 | 3B | 0 | 12 | 27 | A2 | 2A | 2B |
| Octal | 100 | 234 | 200 | 73 | 0 | 22 | 47 | 242 | 52 | 53 |
| Binary | 1000000 | 10011100 | 10000000 | 111011 | 0 | 10010 | 100111 | 10100010 | 101010 | 101011 |
Color Harmonies of #409C80
Complementary color
Monochromatic Colors of #409C80
Black with #409C80
Text Example
Text Example
White with #409C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409C80; }
p { color: rgb(64,156,128); }
H1.HeaderClassName
{
color: #409C80;
}
.AnyTagClassName
{
color: #409C80;
}
</style>
background-color css
<style>
a { background-color: #409C80; }
a { background-color: rgb(64,156,128); }
div.DivClassName
{
background-color: #409C80;
}
.BgClassName
{
background-color: #409C80;
}
</style>
border-color css
<style>
span { border-color: #409C80; }
span { border-color: rgb(64,156,128); }
td.TdClassName
{
border-color: #409C80;
}
.TagClassName
{
border-color: #409C80;
}
</style>