Shades of Gossamer #41AF8D
Tints of Gossamer #41AF8D
RGB
CMYK
RGB Variations
Color information
#41AF8D (or 0x41AF8D) is known color: Gossamer. HEX triplet: 41, AF and 8D. RGB value is (65,175,141). Sum of RGB (Red+Green+Blue) = 65+175+141=381 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.06% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 175 - color contains mainly: green. Hex color #41AF8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AF8D is #BE5072. Grayscale: #8A8A8A. Windows color (decimal): -12472435 or 9285441. OLE color: 9285441.
HSL color Cylindrical-coordinate representation of color #41AF8D: hue angle of 161.45º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41AF8D is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 175 | 141 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.31 |
| HSL | 161.45º | 0.46% | 0.47% | - |
| HSV(B) | 161.45º | 0.63% | 0.69% | - |
| XYZ | 22.32 | 33.71 | 30.53 | - |
| YUV | 138.23 | 129.56 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 175 | 141 | 0.63 | 0 | 0.19 | 0.31 | 161.45 | 0.46 | 0.47 |
| Hex | 41 | AF | 8D | 3F | 0 | 13 | 1F | A1 | 2E | 2F |
| Octal | 101 | 257 | 215 | 77 | 0 | 23 | 37 | 241 | 56 | 57 |
| Binary | 1000001 | 10101111 | 10001101 | 111111 | 0 | 10011 | 11111 | 10100001 | 101110 | 101111 |
Color Harmonies of #41AF8D
Complementary color
Monochromatic Colors of #41AF8D
Black with #41AF8D
Text Example
Text Example
White with #41AF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AF8D; }
p { color: rgb(65,175,141); }
H1.HeaderClassName
{
color: #41AF8D;
}
.AnyTagClassName
{
color: #41AF8D;
}
</style>
background-color css
<style>
a { background-color: #41AF8D; }
a { background-color: rgb(65,175,141); }
div.DivClassName
{
background-color: #41AF8D;
}
.BgClassName
{
background-color: #41AF8D;
}
</style>
border-color css
<style>
span { border-color: #41AF8D; }
span { border-color: rgb(65,175,141); }
td.TdClassName
{
border-color: #41AF8D;
}
.TagClassName
{
border-color: #41AF8D;
}
</style>