Shades of Gossamer #41AA90
Tints of Gossamer #41AA90
RGB
CMYK
RGB Variations
Color information
#41AA90 (or 0x41AA90) is known color: Gossamer. HEX triplet: 41, AA and 90. RGB value is (65,170,144). Sum of RGB (Red+Green+Blue) = 65+170+144=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 170 - color contains mainly: green. Hex color #41AA90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AA90 is #BE556F. Grayscale: #878787. Windows color (decimal): -12473712 or 9480769. OLE color: 9480769.
HSL color Cylindrical-coordinate representation of color #41AA90: hue angle of 165.14º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41AA90 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 170 | 144 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.33 |
| HSL | 165.14º | 0.45% | 0.46% | - |
| HSV(B) | 165.14º | 0.62% | 0.67% | - |
| XYZ | 21.59 | 31.89 | 31.4 | - |
| YUV | 135.64 | 132.71 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 170 | 144 | 0.62 | 0 | 0.15 | 0.33 | 165.14 | 0.45 | 0.46 |
| Hex | 41 | AA | 90 | 3E | 0 | F | 21 | A5 | 2D | 2E |
| Octal | 101 | 252 | 220 | 76 | 0 | 17 | 41 | 245 | 55 | 56 |
| Binary | 1000001 | 10101010 | 10010000 | 111110 | 0 | 1111 | 100001 | 10100101 | 101101 | 101110 |
Color Harmonies of #41AA90
Complementary color
Monochromatic Colors of #41AA90
Black with #41AA90
Text Example
Text Example
White with #41AA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AA90; }
p { color: rgb(65,170,144); }
H1.HeaderClassName
{
color: #41AA90;
}
.AnyTagClassName
{
color: #41AA90;
}
</style>
background-color css
<style>
a { background-color: #41AA90; }
a { background-color: rgb(65,170,144); }
div.DivClassName
{
background-color: #41AA90;
}
.BgClassName
{
background-color: #41AA90;
}
</style>
border-color css
<style>
span { border-color: #41AA90; }
span { border-color: rgb(65,170,144); }
td.TdClassName
{
border-color: #41AA90;
}
.TagClassName
{
border-color: #41AA90;
}
</style>