Shades of Gossamer #32A480
Tints of Gossamer #32A480
RGB
CMYK
RGB Variations
Color information
#32A480 (or 0x32A480) is known color: Gossamer. HEX triplet: 32, A4 and 80. RGB value is (50,164,128). Sum of RGB (Red+Green+Blue) = 50+164+128=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 164 (64.45% from 255 or 47.95% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 164 - color contains mainly: green. Hex color #32A480 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A480 is #CD5B7F. Grayscale: #7D7D7D. Windows color (decimal): -13458304 or 8430642. OLE color: 8430642.
HSL color Cylindrical-coordinate representation of color #32A480: hue angle of 161.05º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32A480 is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 164 | 128 | - |
| CMYK | 0.70 | 0 | 0.22 | 0.36 |
| HSL | 161.05º | 0.53% | 0.42% | - |
| HSV(B) | 161.05º | 0.7% | 0.64% | - |
| XYZ | 18.49 | 28.79 | 25 | - |
| YUV | 125.81 | 129.23 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 164 | 128 | 0.70 | 0 | 0.22 | 0.36 | 161.05 | 0.53 | 0.42 |
| Hex | 32 | A4 | 80 | 46 | 0 | 16 | 24 | A1 | 35 | 2A |
| Octal | 62 | 244 | 200 | 106 | 0 | 26 | 44 | 241 | 65 | 52 |
| Binary | 110010 | 10100100 | 10000000 | 1000110 | 0 | 10110 | 100100 | 10100001 | 110101 | 101010 |
Color Harmonies of #32A480
Complementary color
Monochromatic Colors of #32A480
Black with #32A480
Text Example
Text Example
White with #32A480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A480; }
p { color: rgb(50,164,128); }
H1.HeaderClassName
{
color: #32A480;
}
.AnyTagClassName
{
color: #32A480;
}
</style>
background-color css
<style>
a { background-color: #32A480; }
a { background-color: rgb(50,164,128); }
div.DivClassName
{
background-color: #32A480;
}
.BgClassName
{
background-color: #32A480;
}
</style>
border-color css
<style>
span { border-color: #32A480; }
span { border-color: rgb(50,164,128); }
td.TdClassName
{
border-color: #32A480;
}
.TagClassName
{
border-color: #32A480;
}
</style>