Shades of Gossamer #32958A
Tints of Gossamer #32958A
RGB
CMYK
RGB Variations
Color information
#32958A (or 0x32958A) is known color: Gossamer. HEX triplet: 32, 95 and 8A. RGB value is (50,149,138). Sum of RGB (Red+Green+Blue) = 50+149+138=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #32958A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32958A is #CD6A75. Grayscale: #767676. Windows color (decimal): -13462134 or 9082162. OLE color: 9082162.
HSL color Cylindrical-coordinate representation of color #32958A: hue angle of 173.33º 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 #32958A is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 149 | 138 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.42 |
| HSL | 173.33º | 0.5% | 0.39% | - |
| HSV(B) | 173.33º | 0.66% | 0.58% | - |
| XYZ | 16.65 | 24.01 | 27.8 | - |
| YUV | 118.15 | 139.2 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 138 | 0.66 | 0 | 0.07 | 0.42 | 173.33 | 0.5 | 0.39 |
| Hex | 32 | 95 | 8A | 42 | 0 | 7 | 2A | AD | 32 | 27 |
| Octal | 62 | 225 | 212 | 102 | 0 | 7 | 52 | 255 | 62 | 47 |
| Binary | 110010 | 10010101 | 10001010 | 1000010 | 0 | 111 | 101010 | 10101101 | 110010 | 100111 |
Color Harmonies of #32958A
Complementary color
Monochromatic Colors of #32958A
Black with #32958A
Text Example
Text Example
White with #32958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32958A; }
p { color: rgb(50,149,138); }
H1.HeaderClassName
{
color: #32958A;
}
.AnyTagClassName
{
color: #32958A;
}
</style>
background-color css
<style>
a { background-color: #32958A; }
a { background-color: rgb(50,149,138); }
div.DivClassName
{
background-color: #32958A;
}
.BgClassName
{
background-color: #32958A;
}
</style>
border-color css
<style>
span { border-color: #32958A; }
span { border-color: rgb(50,149,138); }
td.TdClassName
{
border-color: #32958A;
}
.TagClassName
{
border-color: #32958A;
}
</style>