Shades of Gossamer #409875
Tints of Gossamer #409875
RGB
CMYK
RGB Variations
Color information
#409875 (or 0x409875) is known color: Gossamer. HEX triplet: 40, 98 and 75. RGB value is (64,152,117). Sum of RGB (Red+Green+Blue) = 64+152+117=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 152 - color contains mainly: green. Hex color #409875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409875 is #BF678A. Grayscale: #797979. Windows color (decimal): -12543883 or 7706688. OLE color: 7706688.
HSL color Cylindrical-coordinate representation of color #409875: hue angle of 156.14º 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 #409875 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 152 | 117 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.40 |
| HSL | 156.14º | 0.41% | 0.42% | - |
| HSV(B) | 156.14º | 0.58% | 0.6% | - |
| XYZ | 16.55 | 24.83 | 20.75 | - |
| YUV | 121.7 | 125.35 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 152 | 117 | 0.58 | 0 | 0.23 | 0.40 | 156.14 | 0.41 | 0.42 |
| Hex | 40 | 98 | 75 | 3A | 0 | 17 | 28 | 9C | 29 | 2A |
| Octal | 100 | 230 | 165 | 72 | 0 | 27 | 50 | 234 | 51 | 52 |
| Binary | 1000000 | 10011000 | 1110101 | 111010 | 0 | 10111 | 101000 | 10011100 | 101001 | 101010 |
Color Harmonies of #409875
Complementary color
Monochromatic Colors of #409875
Black with #409875
Text Example
Text Example
White with #409875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409875; }
p { color: rgb(64,152,117); }
H1.HeaderClassName
{
color: #409875;
}
.AnyTagClassName
{
color: #409875;
}
</style>
background-color css
<style>
a { background-color: #409875; }
a { background-color: rgb(64,152,117); }
div.DivClassName
{
background-color: #409875;
}
.BgClassName
{
background-color: #409875;
}
</style>
border-color css
<style>
span { border-color: #409875; }
span { border-color: rgb(64,152,117); }
td.TdClassName
{
border-color: #409875;
}
.TagClassName
{
border-color: #409875;
}
</style>