Shades of Gossamer #32957E
Tints of Gossamer #32957E
RGB
CMYK
RGB Variations
Color information
#32957E (or 0x32957E) is known color: Gossamer. HEX triplet: 32, 95 and 7E. RGB value is (50,149,126). Sum of RGB (Red+Green+Blue) = 50+149+126=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #32957E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32957E is #CD6A81. Grayscale: #747474. Windows color (decimal): -13462146 or 8295730. OLE color: 8295730.
HSL color Cylindrical-coordinate representation of color #32957E: hue angle of 166.06º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32957E is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 149 | 126 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.42 |
| HSL | 166.06º | 0.5% | 0.39% | - |
| HSV(B) | 166.06º | 0.66% | 0.58% | - |
| XYZ | 15.83 | 23.68 | 23.47 | - |
| YUV | 116.78 | 133.2 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 126 | 0.66 | 0 | 0.15 | 0.42 | 166.06 | 0.5 | 0.39 |
| Hex | 32 | 95 | 7E | 42 | 0 | F | 2A | A6 | 32 | 27 |
| Octal | 62 | 225 | 176 | 102 | 0 | 17 | 52 | 246 | 62 | 47 |
| Binary | 110010 | 10010101 | 1111110 | 1000010 | 0 | 1111 | 101010 | 10100110 | 110010 | 100111 |
Color Harmonies of #32957E
Complementary color
Monochromatic Colors of #32957E
Black with #32957E
Text Example
Text Example
White with #32957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32957E; }
p { color: rgb(50,149,126); }
H1.HeaderClassName
{
color: #32957E;
}
.AnyTagClassName
{
color: #32957E;
}
</style>
background-color css
<style>
a { background-color: #32957E; }
a { background-color: rgb(50,149,126); }
div.DivClassName
{
background-color: #32957E;
}
.BgClassName
{
background-color: #32957E;
}
</style>
border-color css
<style>
span { border-color: #32957E; }
span { border-color: rgb(50,149,126); }
td.TdClassName
{
border-color: #32957E;
}
.TagClassName
{
border-color: #32957E;
}
</style>