Shades of Gossamer #41A082
Tints of Gossamer #41A082
RGB
CMYK
RGB Variations
Color information
#41A082 (or 0x41A082) is known color: Gossamer. HEX triplet: 41, A0 and 82. RGB value is (65,160,130). Sum of RGB (Red+Green+Blue) = 65+160+130=355 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.31% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 160 - color contains mainly: green. Hex color #41A082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A082 is #BE5F7D. Grayscale: #808080. Windows color (decimal): -12476286 or 8560705. OLE color: 8560705.
HSL color Cylindrical-coordinate representation of color #41A082: hue angle of 161.05º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41A082 is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 65 | 160 | 130 | - |
| CMYK | 0.59 | 0 | 0.19 | 0.37 |
| HSL | 161.05º | 0.42% | 0.44% | - |
| HSV(B) | 161.05º | 0.59% | 0.63% | - |
| XYZ | 18.78 | 27.88 | 25.51 | - |
| YUV | 128.18 | 129.03 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 160 | 130 | 0.59 | 0 | 0.19 | 0.37 | 161.05 | 0.42 | 0.44 |
| Hex | 41 | A0 | 82 | 3B | 0 | 13 | 25 | A1 | 2A | 2C |
| Octal | 101 | 240 | 202 | 73 | 0 | 23 | 45 | 241 | 52 | 54 |
| Binary | 1000001 | 10100000 | 10000010 | 111011 | 0 | 10011 | 100101 | 10100001 | 101010 | 101100 |
Color Harmonies of #41A082
Complementary color
Monochromatic Colors of #41A082
Black with #41A082
Text Example
Text Example
White with #41A082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A082; }
p { color: rgb(65,160,130); }
H1.HeaderClassName
{
color: #41A082;
}
.AnyTagClassName
{
color: #41A082;
}
</style>
background-color css
<style>
a { background-color: #41A082; }
a { background-color: rgb(65,160,130); }
div.DivClassName
{
background-color: #41A082;
}
.BgClassName
{
background-color: #41A082;
}
</style>
border-color css
<style>
span { border-color: #41A082; }
span { border-color: rgb(65,160,130); }
td.TdClassName
{
border-color: #41A082;
}
.TagClassName
{
border-color: #41A082;
}
</style>