Shades of Gossamer #41AD90
Tints of Gossamer #41AD90
RGB
CMYK
RGB Variations
Color information
#41AD90 (or 0x41AD90) is known color: Gossamer. HEX triplet: 41, AD and 90. RGB value is (65,173,144). Sum of RGB (Red+Green+Blue) = 65+173+144=382 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.02% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 173 - color contains mainly: green. Hex color #41AD90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AD90 is #BE526F. Grayscale: #898989. Windows color (decimal): -12472944 or 9481537. OLE color: 9481537.
HSL color Cylindrical-coordinate representation of color #41AD90: hue angle of 163.89º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41AD90 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 173 | 144 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.32 |
| HSL | 163.89º | 0.45% | 0.47% | - |
| HSV(B) | 163.89º | 0.62% | 0.68% | - |
| XYZ | 22.16 | 33.02 | 31.59 | - |
| YUV | 137.4 | 131.72 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 173 | 144 | 0.62 | 0 | 0.17 | 0.32 | 163.89 | 0.45 | 0.47 |
| Hex | 41 | AD | 90 | 3E | 0 | 11 | 20 | A4 | 2D | 2F |
| Octal | 101 | 255 | 220 | 76 | 0 | 21 | 40 | 244 | 55 | 57 |
| Binary | 1000001 | 10101101 | 10010000 | 111110 | 0 | 10001 | 100000 | 10100100 | 101101 | 101111 |
Color Harmonies of #41AD90
Complementary color
Monochromatic Colors of #41AD90
Black with #41AD90
Text Example
Text Example
White with #41AD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AD90; }
p { color: rgb(65,173,144); }
H1.HeaderClassName
{
color: #41AD90;
}
.AnyTagClassName
{
color: #41AD90;
}
</style>
background-color css
<style>
a { background-color: #41AD90; }
a { background-color: rgb(65,173,144); }
div.DivClassName
{
background-color: #41AD90;
}
.BgClassName
{
background-color: #41AD90;
}
</style>
border-color css
<style>
span { border-color: #41AD90; }
span { border-color: rgb(65,173,144); }
td.TdClassName
{
border-color: #41AD90;
}
.TagClassName
{
border-color: #41AD90;
}
</style>