Shades of Gossamer #409E82
Tints of Gossamer #409E82
RGB
CMYK
RGB Variations
Color information
#409E82 (or 0x409E82) is known color: Gossamer. HEX triplet: 40, 9E and 82. RGB value is (64,158,130). Sum of RGB (Red+Green+Blue) = 64+158+130=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 158 (62.11% from 255 or 44.89% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 158 - color contains mainly: green. Hex color #409E82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409E82 is #BF617D. Grayscale: #7E7E7E. Windows color (decimal): -12542334 or 8560192. OLE color: 8560192.
HSL color Cylindrical-coordinate representation of color #409E82: hue angle of 162.13º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409E82 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 158 | 130 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.38 |
| HSL | 162.13º | 0.42% | 0.44% | - |
| HSV(B) | 162.13º | 0.59% | 0.62% | - |
| XYZ | 18.37 | 27.16 | 25.39 | - |
| YUV | 126.7 | 129.86 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 158 | 130 | 0.59 | 0 | 0.18 | 0.38 | 162.13 | 0.42 | 0.44 |
| Hex | 40 | 9E | 82 | 3B | 0 | 12 | 26 | A2 | 2A | 2C |
| Octal | 100 | 236 | 202 | 73 | 0 | 22 | 46 | 242 | 52 | 54 |
| Binary | 1000000 | 10011110 | 10000010 | 111011 | 0 | 10010 | 100110 | 10100010 | 101010 | 101100 |
Color Harmonies of #409E82
Complementary color
Monochromatic Colors of #409E82
Black with #409E82
Text Example
Text Example
White with #409E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409E82; }
p { color: rgb(64,158,130); }
H1.HeaderClassName
{
color: #409E82;
}
.AnyTagClassName
{
color: #409E82;
}
</style>
background-color css
<style>
a { background-color: #409E82; }
a { background-color: rgb(64,158,130); }
div.DivClassName
{
background-color: #409E82;
}
.BgClassName
{
background-color: #409E82;
}
</style>
border-color css
<style>
span { border-color: #409E82; }
span { border-color: rgb(64,158,130); }
td.TdClassName
{
border-color: #409E82;
}
.TagClassName
{
border-color: #409E82;
}
</style>