Shades of Gossamer #419981
Tints of Gossamer #419981
RGB
CMYK
RGB Variations
Color information
#419981 (or 0x419981) is known color: Gossamer. HEX triplet: 41, 99 and 81. RGB value is (65,153,129). Sum of RGB (Red+Green+Blue) = 65+153+129=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #419981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419981 is #BE667E. Grayscale: #7B7B7B. Windows color (decimal): -12478079 or 8493377. OLE color: 8493377.
HSL color Cylindrical-coordinate representation of color #419981: hue angle of 163.64º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #419981 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 65 | 153 | 129 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.4 |
| HSL | 163.64º | 0.4% | 0.43% | - |
| HSV(B) | 163.64º | 0.58% | 0.6% | - |
| XYZ | 17.53 | 25.49 | 24.77 | - |
| YUV | 123.95 | 130.85 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 153 | 129 | 0.58 | 0 | 0.16 | 0.4 | 163.64 | 0.4 | 0.43 |
| Hex | 41 | 99 | 81 | 3A | 0 | 10 | 28 | A4 | 28 | 2B |
| Octal | 101 | 231 | 201 | 72 | 0 | 20 | 50 | 244 | 50 | 53 |
| Binary | 1000001 | 10011001 | 10000001 | 111010 | 0 | 10000 | 101000 | 10100100 | 101000 | 101011 |
Color Harmonies of #419981
Complementary color
Monochromatic Colors of #419981
Black with #419981
Text Example
Text Example
White with #419981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419981; }
p { color: rgb(65,153,129); }
H1.HeaderClassName
{
color: #419981;
}
.AnyTagClassName
{
color: #419981;
}
</style>
background-color css
<style>
a { background-color: #419981; }
a { background-color: rgb(65,153,129); }
div.DivClassName
{
background-color: #419981;
}
.BgClassName
{
background-color: #419981;
}
</style>
border-color css
<style>
span { border-color: #419981; }
span { border-color: rgb(65,153,129); }
td.TdClassName
{
border-color: #419981;
}
.TagClassName
{
border-color: #419981;
}
</style>