Shades of Gossamer #419E85
Tints of Gossamer #419E85
RGB
CMYK
RGB Variations
Color information
#419E85 (or 0x419E85) is known color: Gossamer. HEX triplet: 41, 9E and 85. RGB value is (65,158,133). Sum of RGB (Red+Green+Blue) = 65+158+133=356 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.26% from 356); Green value is 158 (62.11% from 255 or 44.38% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 158 - color contains mainly: green. Hex color #419E85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419E85 is #BE617A. Grayscale: #7F7F7F. Windows color (decimal): -12476795 or 8756801. OLE color: 8756801.
HSL color Cylindrical-coordinate representation of color #419E85: hue angle of 163.87º 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 #419E85 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 158 | 133 | - |
| CMYK | 0.59 | 0 | 0.16 | 0.38 |
| HSL | 163.87º | 0.42% | 0.44% | - |
| HSV(B) | 163.87º | 0.59% | 0.62% | - |
| XYZ | 18.64 | 27.27 | 26.47 | - |
| YUV | 127.34 | 131.19 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 158 | 133 | 0.59 | 0 | 0.16 | 0.38 | 163.87 | 0.42 | 0.44 |
| Hex | 41 | 9E | 85 | 3B | 0 | 10 | 26 | A4 | 2A | 2C |
| Octal | 101 | 236 | 205 | 73 | 0 | 20 | 46 | 244 | 52 | 54 |
| Binary | 1000001 | 10011110 | 10000101 | 111011 | 0 | 10000 | 100110 | 10100100 | 101010 | 101100 |
Color Harmonies of #419E85
Complementary color
Monochromatic Colors of #419E85
Black with #419E85
Text Example
Text Example
White with #419E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419E85; }
p { color: rgb(65,158,133); }
H1.HeaderClassName
{
color: #419E85;
}
.AnyTagClassName
{
color: #419E85;
}
</style>
background-color css
<style>
a { background-color: #419E85; }
a { background-color: rgb(65,158,133); }
div.DivClassName
{
background-color: #419E85;
}
.BgClassName
{
background-color: #419E85;
}
</style>
border-color css
<style>
span { border-color: #419E85; }
span { border-color: rgb(65,158,133); }
td.TdClassName
{
border-color: #419E85;
}
.TagClassName
{
border-color: #419E85;
}
</style>