Shades of Gossamer #41987E
Tints of Gossamer #41987E
RGB
CMYK
RGB Variations
Color information
#41987E (or 0x41987E) is known color: Gossamer. HEX triplet: 41, 98 and 7E. RGB value is (65,152,126). Sum of RGB (Red+Green+Blue) = 65+152+126=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 152 - color contains mainly: green. Hex color #41987E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41987E is #BE6781. Grayscale: #7B7B7B. Windows color (decimal): -12478338 or 8296513. OLE color: 8296513.
HSL color Cylindrical-coordinate representation of color #41987E: hue angle of 162.07º 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 #41987E is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 65 | 152 | 126 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.40 |
| HSL | 162.07º | 0.4% | 0.43% | - |
| HSV(B) | 162.07º | 0.57% | 0.6% | - |
| XYZ | 17.17 | 25.09 | 23.68 | - |
| YUV | 123.02 | 129.68 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 152 | 126 | 0.57 | 0 | 0.17 | 0.40 | 162.07 | 0.4 | 0.43 |
| Hex | 41 | 98 | 7E | 39 | 0 | 11 | 28 | A2 | 28 | 2B |
| Octal | 101 | 230 | 176 | 71 | 0 | 21 | 50 | 242 | 50 | 53 |
| Binary | 1000001 | 10011000 | 1111110 | 111001 | 0 | 10001 | 101000 | 10100010 | 101000 | 101011 |
Color Harmonies of #41987E
Complementary color
Monochromatic Colors of #41987E
Black with #41987E
Text Example
Text Example
White with #41987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41987E; }
p { color: rgb(65,152,126); }
H1.HeaderClassName
{
color: #41987E;
}
.AnyTagClassName
{
color: #41987E;
}
</style>
background-color css
<style>
a { background-color: #41987E; }
a { background-color: rgb(65,152,126); }
div.DivClassName
{
background-color: #41987E;
}
.BgClassName
{
background-color: #41987E;
}
</style>
border-color css
<style>
span { border-color: #41987E; }
span { border-color: rgb(65,152,126); }
td.TdClassName
{
border-color: #41987E;
}
.TagClassName
{
border-color: #41987E;
}
</style>