Shades of Gossamer #32957F
Tints of Gossamer #32957F
RGB
CMYK
RGB Variations
Color information
#32957F (or 0x32957F) is known color: Gossamer. HEX triplet: 32, 95 and 7F. RGB value is (50,149,127). Sum of RGB (Red+Green+Blue) = 50+149+127=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 149 - color contains mainly: green. Hex color #32957F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32957F is #CD6A80. Grayscale: #747474. Windows color (decimal): -13462145 or 8361266. OLE color: 8361266.
HSL color Cylindrical-coordinate representation of color #32957F: hue angle of 166.67º 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 #32957F is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 149 | 127 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.42 |
| HSL | 166.67º | 0.5% | 0.39% | - |
| HSV(B) | 166.67º | 0.66% | 0.58% | - |
| XYZ | 15.89 | 23.71 | 23.82 | - |
| YUV | 116.89 | 133.7 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 127 | 0.66 | 0 | 0.15 | 0.42 | 166.67 | 0.5 | 0.39 |
| Hex | 32 | 95 | 7F | 42 | 0 | F | 2A | A7 | 32 | 27 |
| Octal | 62 | 225 | 177 | 102 | 0 | 17 | 52 | 247 | 62 | 47 |
| Binary | 110010 | 10010101 | 1111111 | 1000010 | 0 | 1111 | 101010 | 10100111 | 110010 | 100111 |
Color Harmonies of #32957F
Complementary color
Monochromatic Colors of #32957F
Black with #32957F
Text Example
Text Example
White with #32957F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32957F; }
p { color: rgb(50,149,127); }
H1.HeaderClassName
{
color: #32957F;
}
.AnyTagClassName
{
color: #32957F;
}
</style>
background-color css
<style>
a { background-color: #32957F; }
a { background-color: rgb(50,149,127); }
div.DivClassName
{
background-color: #32957F;
}
.BgClassName
{
background-color: #32957F;
}
</style>
border-color css
<style>
span { border-color: #32957F; }
span { border-color: rgb(50,149,127); }
td.TdClassName
{
border-color: #32957F;
}
.TagClassName
{
border-color: #32957F;
}
</style>