Shades of Gossamer #31A484
Tints of Gossamer #31A484
RGB
CMYK
RGB Variations
Color information
#31A484 (or 0x31A484) is known color: Gossamer. HEX triplet: 31, A4 and 84. RGB value is (49,164,132). Sum of RGB (Red+Green+Blue) = 49+164+132=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 164 (64.45% from 255 or 47.54% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 164 - color contains mainly: green. Hex color #31A484 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A484 is #CE5B7B. Grayscale: #7D7D7D. Windows color (decimal): -13523836 or 8692785. OLE color: 8692785.
HSL color Cylindrical-coordinate representation of color #31A484: hue angle of 163.3º degrees, saturation: 0.54, 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 #31A484 is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 164 | 132 | - |
| CMYK | 0.70 | 0 | 0.20 | 0.36 |
| HSL | 163.3º | 0.54% | 0.42% | - |
| HSV(B) | 163.3º | 0.7% | 0.64% | - |
| XYZ | 18.71 | 28.87 | 26.42 | - |
| YUV | 125.97 | 131.4 | 73.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 164 | 132 | 0.70 | 0 | 0.20 | 0.36 | 163.3 | 0.54 | 0.42 |
| Hex | 31 | A4 | 84 | 46 | 0 | 14 | 24 | A3 | 36 | 2A |
| Octal | 61 | 244 | 204 | 106 | 0 | 24 | 44 | 243 | 66 | 52 |
| Binary | 110001 | 10100100 | 10000100 | 1000110 | 0 | 10100 | 100100 | 10100011 | 110110 | 101010 |
Color Harmonies of #31A484
Complementary color
Monochromatic Colors of #31A484
Black with #31A484
Text Example
Text Example
White with #31A484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A484; }
p { color: rgb(49,164,132); }
H1.HeaderClassName
{
color: #31A484;
}
.AnyTagClassName
{
color: #31A484;
}
</style>
background-color css
<style>
a { background-color: #31A484; }
a { background-color: rgb(49,164,132); }
div.DivClassName
{
background-color: #31A484;
}
.BgClassName
{
background-color: #31A484;
}
</style>
border-color css
<style>
span { border-color: #31A484; }
span { border-color: rgb(49,164,132); }
td.TdClassName
{
border-color: #31A484;
}
.TagClassName
{
border-color: #31A484;
}
</style>