Shades of Gossamer #41987A
Tints of Gossamer #41987A
RGB
CMYK
RGB Variations
Color information
#41987A (or 0x41987A) is known color: Gossamer. HEX triplet: 41, 98 and 7A. RGB value is (65,152,122). Sum of RGB (Red+Green+Blue) = 65+152+122=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #41987A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41987A is #BE6785. Grayscale: #7A7A7A. Windows color (decimal): -12478342 or 8034369. OLE color: 8034369.
HSL color Cylindrical-coordinate representation of color #41987A: hue angle of 159.31º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41987A is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 65 | 152 | 122 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.40 |
| HSL | 159.31º | 0.4% | 0.43% | - |
| HSV(B) | 159.31º | 0.57% | 0.6% | - |
| XYZ | 16.92 | 24.99 | 22.34 | - |
| YUV | 122.57 | 127.68 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 152 | 122 | 0.57 | 0 | 0.20 | 0.40 | 159.31 | 0.4 | 0.43 |
| Hex | 41 | 98 | 7A | 39 | 0 | 14 | 28 | 9F | 28 | 2B |
| Octal | 101 | 230 | 172 | 71 | 0 | 24 | 50 | 237 | 50 | 53 |
| Binary | 1000001 | 10011000 | 1111010 | 111001 | 0 | 10100 | 101000 | 10011111 | 101000 | 101011 |
Color Harmonies of #41987A
Complementary color
Monochromatic Colors of #41987A
Black with #41987A
Text Example
Text Example
White with #41987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41987A; }
p { color: rgb(65,152,122); }
H1.HeaderClassName
{
color: #41987A;
}
.AnyTagClassName
{
color: #41987A;
}
</style>
background-color css
<style>
a { background-color: #41987A; }
a { background-color: rgb(65,152,122); }
div.DivClassName
{
background-color: #41987A;
}
.BgClassName
{
background-color: #41987A;
}
</style>
border-color css
<style>
span { border-color: #41987A; }
span { border-color: rgb(65,152,122); }
td.TdClassName
{
border-color: #41987A;
}
.TagClassName
{
border-color: #41987A;
}
</style>