Shades of Gossamer #409D7C
Tints of Gossamer #409D7C
RGB
CMYK
RGB Variations
Color information
#409D7C (or 0x409D7C) is known color: Gossamer. HEX triplet: 40, 9D and 7C. RGB value is (64,157,124). Sum of RGB (Red+Green+Blue) = 64+157+124=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 157 - color contains mainly: green. Hex color #409D7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409D7C is #BF6283. Grayscale: #7D7D7D. Windows color (decimal): -12542596 or 8166720. OLE color: 8166720.
HSL color Cylindrical-coordinate representation of color #409D7C: hue angle of 158.71º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409D7C is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 157 | 124 | - |
| CMYK | 0.59 | 0 | 0.21 | 0.38 |
| HSL | 158.71º | 0.42% | 0.43% | - |
| HSV(B) | 158.71º | 0.59% | 0.62% | - |
| XYZ | 17.81 | 26.66 | 23.28 | - |
| YUV | 125.43 | 127.19 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 157 | 124 | 0.59 | 0 | 0.21 | 0.38 | 158.71 | 0.42 | 0.43 |
| Hex | 40 | 9D | 7C | 3B | 0 | 15 | 26 | 9F | 2A | 2B |
| Octal | 100 | 235 | 174 | 73 | 0 | 25 | 46 | 237 | 52 | 53 |
| Binary | 1000000 | 10011101 | 1111100 | 111011 | 0 | 10101 | 100110 | 10011111 | 101010 | 101011 |
Color Harmonies of #409D7C
Complementary color
Monochromatic Colors of #409D7C
Black with #409D7C
Text Example
Text Example
White with #409D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409D7C; }
p { color: rgb(64,157,124); }
H1.HeaderClassName
{
color: #409D7C;
}
.AnyTagClassName
{
color: #409D7C;
}
</style>
background-color css
<style>
a { background-color: #409D7C; }
a { background-color: rgb(64,157,124); }
div.DivClassName
{
background-color: #409D7C;
}
.BgClassName
{
background-color: #409D7C;
}
</style>
border-color css
<style>
span { border-color: #409D7C; }
span { border-color: rgb(64,157,124); }
td.TdClassName
{
border-color: #409D7C;
}
.TagClassName
{
border-color: #409D7C;
}
</style>