Shades of Gossamer #41A48C
Tints of Gossamer #41A48C
RGB
CMYK
RGB Variations
Color information
#41A48C (or 0x41A48C) is known color: Gossamer. HEX triplet: 41, A4 and 8C. RGB value is (65,164,140). Sum of RGB (Red+Green+Blue) = 65+164+140=369 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.62% from 369); Green value is 164 (64.45% from 255 or 44.44% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 164 - color contains mainly: green. Hex color #41A48C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A48C is #BE5B73. Grayscale: #838383. Windows color (decimal): -12475252 or 9217089. OLE color: 9217089.
HSL color Cylindrical-coordinate representation of color #41A48C: hue angle of 165.45º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41A48C is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 65 | 164 | 140 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.36 |
| HSL | 165.45º | 0.43% | 0.45% | - |
| HSV(B) | 165.45º | 0.6% | 0.64% | - |
| XYZ | 20.19 | 29.57 | 29.45 | - |
| YUV | 131.66 | 132.7 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 164 | 140 | 0.60 | 0 | 0.15 | 0.36 | 165.45 | 0.43 | 0.45 |
| Hex | 41 | A4 | 8C | 3C | 0 | F | 24 | A5 | 2B | 2D |
| Octal | 101 | 244 | 214 | 74 | 0 | 17 | 44 | 245 | 53 | 55 |
| Binary | 1000001 | 10100100 | 10001100 | 111100 | 0 | 1111 | 100100 | 10100101 | 101011 | 101101 |
Color Harmonies of #41A48C
Complementary color
Monochromatic Colors of #41A48C
Black with #41A48C
Text Example
Text Example
White with #41A48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A48C; }
p { color: rgb(65,164,140); }
H1.HeaderClassName
{
color: #41A48C;
}
.AnyTagClassName
{
color: #41A48C;
}
</style>
background-color css
<style>
a { background-color: #41A48C; }
a { background-color: rgb(65,164,140); }
div.DivClassName
{
background-color: #41A48C;
}
.BgClassName
{
background-color: #41A48C;
}
</style>
border-color css
<style>
span { border-color: #41A48C; }
span { border-color: rgb(65,164,140); }
td.TdClassName
{
border-color: #41A48C;
}
.TagClassName
{
border-color: #41A48C;
}
</style>