Shades of Gossamer #419F85
Tints of Gossamer #419F85
RGB
CMYK
RGB Variations
Color information
#419F85 (or 0x419F85) is known color: Gossamer. HEX triplet: 41, 9F and 85. RGB value is (65,159,133). Sum of RGB (Red+Green+Blue) = 65+159+133=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 159 (62.5% from 255 or 44.54% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 159 - color contains mainly: green. Hex color #419F85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419F85 is #BE607A. Grayscale: #7F7F7F. Windows color (decimal): -12476539 or 8757057. OLE color: 8757057.
HSL color Cylindrical-coordinate representation of color #419F85: hue angle of 163.4º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #419F85 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 159 | 133 | - |
| CMYK | 0.59 | 0 | 0.16 | 0.38 |
| HSL | 163.4º | 0.42% | 0.44% | - |
| HSV(B) | 163.4º | 0.59% | 0.62% | - |
| XYZ | 18.81 | 27.61 | 26.53 | - |
| YUV | 127.93 | 130.86 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 159 | 133 | 0.59 | 0 | 0.16 | 0.38 | 163.4 | 0.42 | 0.44 |
| Hex | 41 | 9F | 85 | 3B | 0 | 10 | 26 | A3 | 2A | 2C |
| Octal | 101 | 237 | 205 | 73 | 0 | 20 | 46 | 243 | 52 | 54 |
| Binary | 1000001 | 10011111 | 10000101 | 111011 | 0 | 10000 | 100110 | 10100011 | 101010 | 101100 |
Color Harmonies of #419F85
Complementary color
Monochromatic Colors of #419F85
Black with #419F85
Text Example
Text Example
White with #419F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419F85; }
p { color: rgb(65,159,133); }
H1.HeaderClassName
{
color: #419F85;
}
.AnyTagClassName
{
color: #419F85;
}
</style>
background-color css
<style>
a { background-color: #419F85; }
a { background-color: rgb(65,159,133); }
div.DivClassName
{
background-color: #419F85;
}
.BgClassName
{
background-color: #419F85;
}
</style>
border-color css
<style>
span { border-color: #419F85; }
span { border-color: rgb(65,159,133); }
td.TdClassName
{
border-color: #419F85;
}
.TagClassName
{
border-color: #419F85;
}
</style>