Shades of Gossamer #419F90
Tints of Gossamer #419F90
RGB
CMYK
RGB Variations
Color information
#419F90 (or 0x419F90) is known color: Gossamer. HEX triplet: 41, 9F and 90. RGB value is (65,159,144). Sum of RGB (Red+Green+Blue) = 65+159+144=368 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.66% from 368); Green value is 159 (62.5% from 255 or 43.21% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 159 - color contains mainly: green. Hex color #419F90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419F90 is #BE606F. Grayscale: #818181. Windows color (decimal): -12476528 or 9477953. OLE color: 9477953.
HSL color Cylindrical-coordinate representation of color #419F90: hue angle of 170.43º 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 #419F90 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 159 | 144 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.38 |
| HSL | 170.43º | 0.42% | 0.44% | - |
| HSV(B) | 170.43º | 0.59% | 0.62% | - |
| XYZ | 19.61 | 27.93 | 30.74 | - |
| YUV | 129.18 | 136.36 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 159 | 144 | 0.59 | 0 | 0.09 | 0.38 | 170.43 | 0.42 | 0.44 |
| Hex | 41 | 9F | 90 | 3B | 0 | 9 | 26 | AA | 2A | 2C |
| Octal | 101 | 237 | 220 | 73 | 0 | 11 | 46 | 252 | 52 | 54 |
| Binary | 1000001 | 10011111 | 10010000 | 111011 | 0 | 1001 | 100110 | 10101010 | 101010 | 101100 |
Color Harmonies of #419F90
Complementary color
Monochromatic Colors of #419F90
Black with #419F90
Text Example
Text Example
White with #419F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419F90; }
p { color: rgb(65,159,144); }
H1.HeaderClassName
{
color: #419F90;
}
.AnyTagClassName
{
color: #419F90;
}
</style>
background-color css
<style>
a { background-color: #419F90; }
a { background-color: rgb(65,159,144); }
div.DivClassName
{
background-color: #419F90;
}
.BgClassName
{
background-color: #419F90;
}
</style>
border-color css
<style>
span { border-color: #419F90; }
span { border-color: rgb(65,159,144); }
td.TdClassName
{
border-color: #419F90;
}
.TagClassName
{
border-color: #419F90;
}
</style>