Shades of Gossamer #32927C
Tints of Gossamer #32927C
RGB
CMYK
RGB Variations
Color information
#32927C (or 0x32927C) is known color: Gossamer. HEX triplet: 32, 92 and 7C. RGB value is (50,146,124). Sum of RGB (Red+Green+Blue) = 50+146+124=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 146 - color contains mainly: green. Hex color #32927C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32927C is #CD6D83. Grayscale: #727272. Windows color (decimal): -13462916 or 8163890. OLE color: 8163890.
HSL color Cylindrical-coordinate representation of color #32927C: hue angle of 166.25º 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 #32927C is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 146 | 124 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.43 |
| HSL | 166.25º | 0.49% | 0.38% | - |
| HSV(B) | 166.25º | 0.66% | 0.57% | - |
| XYZ | 15.23 | 22.69 | 22.65 | - |
| YUV | 114.79 | 133.2 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 146 | 124 | 0.66 | 0 | 0.15 | 0.43 | 166.25 | 0.49 | 0.38 |
| Hex | 32 | 92 | 7C | 42 | 0 | F | 2B | A6 | 31 | 26 |
| Octal | 62 | 222 | 174 | 102 | 0 | 17 | 53 | 246 | 61 | 46 |
| Binary | 110010 | 10010010 | 1111100 | 1000010 | 0 | 1111 | 101011 | 10100110 | 110001 | 100110 |
Color Harmonies of #32927C
Complementary color
Monochromatic Colors of #32927C
Black with #32927C
Text Example
Text Example
White with #32927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32927C; }
p { color: rgb(50,146,124); }
H1.HeaderClassName
{
color: #32927C;
}
.AnyTagClassName
{
color: #32927C;
}
</style>
background-color css
<style>
a { background-color: #32927C; }
a { background-color: rgb(50,146,124); }
div.DivClassName
{
background-color: #32927C;
}
.BgClassName
{
background-color: #32927C;
}
</style>
border-color css
<style>
span { border-color: #32927C; }
span { border-color: rgb(50,146,124); }
td.TdClassName
{
border-color: #32927C;
}
.TagClassName
{
border-color: #32927C;
}
</style>