Shades of Gossamer #32917E
Tints of Gossamer #32917E
RGB
CMYK
RGB Variations
Color information
#32917E (or 0x32917E) is known color: Gossamer. HEX triplet: 32, 91 and 7E. RGB value is (50,145,126). Sum of RGB (Red+Green+Blue) = 50+145+126=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #32917E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32917E is #CD6E81. Grayscale: #727272. Windows color (decimal): -13463170 or 8294706. OLE color: 8294706.
HSL color Cylindrical-coordinate representation of color #32917E: hue angle of 168º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32917E is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 145 | 126 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.43 |
| HSL | 168º | 0.49% | 0.38% | - |
| HSV(B) | 168º | 0.66% | 0.57% | - |
| XYZ | 15.21 | 22.44 | 23.27 | - |
| YUV | 114.43 | 134.53 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 145 | 126 | 0.66 | 0 | 0.13 | 0.43 | 168 | 0.49 | 0.38 |
| Hex | 32 | 91 | 7E | 42 | 0 | D | 2B | A8 | 31 | 26 |
| Octal | 62 | 221 | 176 | 102 | 0 | 15 | 53 | 250 | 61 | 46 |
| Binary | 110010 | 10010001 | 1111110 | 1000010 | 0 | 1101 | 101011 | 10101000 | 110001 | 100110 |
Color Harmonies of #32917E
Complementary color
Monochromatic Colors of #32917E
Black with #32917E
Text Example
Text Example
White with #32917E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32917E; }
p { color: rgb(50,145,126); }
H1.HeaderClassName
{
color: #32917E;
}
.AnyTagClassName
{
color: #32917E;
}
</style>
background-color css
<style>
a { background-color: #32917E; }
a { background-color: rgb(50,145,126); }
div.DivClassName
{
background-color: #32917E;
}
.BgClassName
{
background-color: #32917E;
}
</style>
border-color css
<style>
span { border-color: #32917E; }
span { border-color: rgb(50,145,126); }
td.TdClassName
{
border-color: #32917E;
}
.TagClassName
{
border-color: #32917E;
}
</style>