Shades of Gossamer #409F85
Tints of Gossamer #409F85
RGB
CMYK
RGB Variations
Color information
#409F85 (or 0x409F85) is known color: Gossamer. HEX triplet: 40, 9F and 85. RGB value is (64,159,133). Sum of RGB (Red+Green+Blue) = 64+159+133=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 159 (62.5% from 255 or 44.66% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 159 - color contains mainly: green. Hex color #409F85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409F85 is #BF607A. Grayscale: #7F7F7F. Windows color (decimal): -12542075 or 8757056. OLE color: 8757056.
HSL color Cylindrical-coordinate representation of color #409F85: hue angle of 163.58º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #409F85 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 159 | 133 | - |
| CMYK | 0.60 | 0 | 0.16 | 0.38 |
| HSL | 163.58º | 0.43% | 0.44% | - |
| HSV(B) | 163.58º | 0.6% | 0.62% | - |
| XYZ | 18.75 | 27.58 | 26.53 | - |
| YUV | 127.63 | 131.03 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 159 | 133 | 0.60 | 0 | 0.16 | 0.38 | 163.58 | 0.43 | 0.44 |
| Hex | 40 | 9F | 85 | 3C | 0 | 10 | 26 | A4 | 2B | 2C |
| Octal | 100 | 237 | 205 | 74 | 0 | 20 | 46 | 244 | 53 | 54 |
| Binary | 1000000 | 10011111 | 10000101 | 111100 | 0 | 10000 | 100110 | 10100100 | 101011 | 101100 |
Color Harmonies of #409F85
Complementary color
Monochromatic Colors of #409F85
Black with #409F85
Text Example
Text Example
White with #409F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409F85; }
p { color: rgb(64,159,133); }
H1.HeaderClassName
{
color: #409F85;
}
.AnyTagClassName
{
color: #409F85;
}
</style>
background-color css
<style>
a { background-color: #409F85; }
a { background-color: rgb(64,159,133); }
div.DivClassName
{
background-color: #409F85;
}
.BgClassName
{
background-color: #409F85;
}
</style>
border-color css
<style>
span { border-color: #409F85; }
span { border-color: rgb(64,159,133); }
td.TdClassName
{
border-color: #409F85;
}
.TagClassName
{
border-color: #409F85;
}
</style>