Shades of Gossamer #409A83
Tints of Gossamer #409A83
RGB
CMYK
RGB Variations
Color information
#409A83 (or 0x409A83) is known color: Gossamer. HEX triplet: 40, 9A and 83. RGB value is (64,154,131). Sum of RGB (Red+Green+Blue) = 64+154+131=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 131 (51.56% from 255 or 37.54% from 349); Max value from RGB is 154 - color contains mainly: green. Hex color #409A83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409A83 is #BF657C. Grayscale: #7C7C7C. Windows color (decimal): -12543357 or 8624704. OLE color: 8624704.
HSL color Cylindrical-coordinate representation of color #409A83: hue angle of 164.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409A83 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 154 | 131 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.40 |
| HSL | 164.67º | 0.41% | 0.43% | - |
| HSV(B) | 164.67º | 0.58% | 0.6% | - |
| XYZ | 17.77 | 25.84 | 25.52 | - |
| YUV | 124.47 | 131.68 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 154 | 131 | 0.58 | 0 | 0.15 | 0.40 | 164.67 | 0.41 | 0.43 |
| Hex | 40 | 9A | 83 | 3A | 0 | F | 28 | A5 | 29 | 2B |
| Octal | 100 | 232 | 203 | 72 | 0 | 17 | 50 | 245 | 51 | 53 |
| Binary | 1000000 | 10011010 | 10000011 | 111010 | 0 | 1111 | 101000 | 10100101 | 101001 | 101011 |
Color Harmonies of #409A83
Complementary color
Monochromatic Colors of #409A83
Black with #409A83
Text Example
Text Example
White with #409A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409A83; }
p { color: rgb(64,154,131); }
H1.HeaderClassName
{
color: #409A83;
}
.AnyTagClassName
{
color: #409A83;
}
</style>
background-color css
<style>
a { background-color: #409A83; }
a { background-color: rgb(64,154,131); }
div.DivClassName
{
background-color: #409A83;
}
.BgClassName
{
background-color: #409A83;
}
</style>
border-color css
<style>
span { border-color: #409A83; }
span { border-color: rgb(64,154,131); }
td.TdClassName
{
border-color: #409A83;
}
.TagClassName
{
border-color: #409A83;
}
</style>