Shades of Gossamer #41987C
Tints of Gossamer #41987C
RGB
CMYK
RGB Variations
Color information
#41987C (or 0x41987C) is known color: Gossamer. HEX triplet: 41, 98 and 7C. RGB value is (65,152,124). Sum of RGB (Red+Green+Blue) = 65+152+124=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 152 - color contains mainly: green. Hex color #41987C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41987C is #BE6783. Grayscale: #7A7A7A. Windows color (decimal): -12478340 or 8165441. OLE color: 8165441.
HSL color Cylindrical-coordinate representation of color #41987C: hue angle of 160.69º 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 #41987C is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 65 | 152 | 124 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.40 |
| HSL | 160.69º | 0.4% | 0.43% | - |
| HSV(B) | 160.69º | 0.57% | 0.6% | - |
| XYZ | 17.05 | 25.04 | 23 | - |
| YUV | 122.8 | 128.68 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 152 | 124 | 0.57 | 0 | 0.18 | 0.40 | 160.69 | 0.4 | 0.43 |
| Hex | 41 | 98 | 7C | 39 | 0 | 12 | 28 | A1 | 28 | 2B |
| Octal | 101 | 230 | 174 | 71 | 0 | 22 | 50 | 241 | 50 | 53 |
| Binary | 1000001 | 10011000 | 1111100 | 111001 | 0 | 10010 | 101000 | 10100001 | 101000 | 101011 |
Color Harmonies of #41987C
Complementary color
Monochromatic Colors of #41987C
Black with #41987C
Text Example
Text Example
White with #41987C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41987C; }
p { color: rgb(65,152,124); }
H1.HeaderClassName
{
color: #41987C;
}
.AnyTagClassName
{
color: #41987C;
}
</style>
background-color css
<style>
a { background-color: #41987C; }
a { background-color: rgb(65,152,124); }
div.DivClassName
{
background-color: #41987C;
}
.BgClassName
{
background-color: #41987C;
}
</style>
border-color css
<style>
span { border-color: #41987C; }
span { border-color: rgb(65,152,124); }
td.TdClassName
{
border-color: #41987C;
}
.TagClassName
{
border-color: #41987C;
}
</style>