Shades of Gossamer #41A07A
Tints of Gossamer #41A07A
RGB
CMYK
RGB Variations
Color information
#41A07A (or 0x41A07A) is known color: Gossamer. HEX triplet: 41, A0 and 7A. RGB value is (65,160,122). Sum of RGB (Red+Green+Blue) = 65+160+122=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 160 (62.89% from 255 or 46.11% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 160 - color contains mainly: green. Hex color #41A07A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A07A is #BE5F85. Grayscale: #7F7F7F. Windows color (decimal): -12476294 or 8036417. OLE color: 8036417.
HSL color Cylindrical-coordinate representation of color #41A07A: hue angle of 156º 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 #41A07A is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 65 | 160 | 122 | - |
| CMYK | 0.59 | 0 | 0.24 | 0.37 |
| HSL | 156º | 0.42% | 0.44% | - |
| HSV(B) | 156º | 0.59% | 0.63% | - |
| XYZ | 18.26 | 27.67 | 22.79 | - |
| YUV | 127.26 | 125.03 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 160 | 122 | 0.59 | 0 | 0.24 | 0.37 | 156 | 0.42 | 0.44 |
| Hex | 41 | A0 | 7A | 3B | 0 | 18 | 25 | 9C | 2A | 2C |
| Octal | 101 | 240 | 172 | 73 | 0 | 30 | 45 | 234 | 52 | 54 |
| Binary | 1000001 | 10100000 | 1111010 | 111011 | 0 | 11000 | 100101 | 10011100 | 101010 | 101100 |
Color Harmonies of #41A07A
Complementary color
Monochromatic Colors of #41A07A
Black with #41A07A
Text Example
Text Example
White with #41A07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A07A; }
p { color: rgb(65,160,122); }
H1.HeaderClassName
{
color: #41A07A;
}
.AnyTagClassName
{
color: #41A07A;
}
</style>
background-color css
<style>
a { background-color: #41A07A; }
a { background-color: rgb(65,160,122); }
div.DivClassName
{
background-color: #41A07A;
}
.BgClassName
{
background-color: #41A07A;
}
</style>
border-color css
<style>
span { border-color: #41A07A; }
span { border-color: rgb(65,160,122); }
td.TdClassName
{
border-color: #41A07A;
}
.TagClassName
{
border-color: #41A07A;
}
</style>