Shades of Gossamer #41B190
Tints of Gossamer #41B190
RGB
CMYK
RGB Variations
Color information
#41B190 (or 0x41B190) is known color: Gossamer. HEX triplet: 41, B1 and 90. RGB value is (65,177,144). Sum of RGB (Red+Green+Blue) = 65+177+144=386 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.84% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 177 - color contains mainly: green. Hex color #41B190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41B190 is #BE4E6F. Grayscale: #8B8B8B. Windows color (decimal): -12471920 or 9482561. OLE color: 9482561.
HSL color Cylindrical-coordinate representation of color #41B190: hue angle of 162.32º 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 #41B190 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 177 | 144 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.31 |
| HSL | 162.32º | 0.46% | 0.47% | - |
| HSV(B) | 162.32º | 0.63% | 0.69% | - |
| XYZ | 22.94 | 34.58 | 31.85 | - |
| YUV | 139.75 | 130.39 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 177 | 144 | 0.63 | 0 | 0.19 | 0.31 | 162.32 | 0.46 | 0.47 |
| Hex | 41 | B1 | 90 | 3F | 0 | 13 | 1F | A2 | 2E | 2F |
| Octal | 101 | 261 | 220 | 77 | 0 | 23 | 37 | 242 | 56 | 57 |
| Binary | 1000001 | 10110001 | 10010000 | 111111 | 0 | 10011 | 11111 | 10100010 | 101110 | 101111 |
Color Harmonies of #41B190
Complementary color
Monochromatic Colors of #41B190
Black with #41B190
Text Example
Text Example
White with #41B190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B190; }
p { color: rgb(65,177,144); }
H1.HeaderClassName
{
color: #41B190;
}
.AnyTagClassName
{
color: #41B190;
}
</style>
background-color css
<style>
a { background-color: #41B190; }
a { background-color: rgb(65,177,144); }
div.DivClassName
{
background-color: #41B190;
}
.BgClassName
{
background-color: #41B190;
}
</style>
border-color css
<style>
span { border-color: #41B190; }
span { border-color: rgb(65,177,144); }
td.TdClassName
{
border-color: #41B190;
}
.TagClassName
{
border-color: #41B190;
}
</style>