Shades of Gossamer #31A381
Tints of Gossamer #31A381
RGB
CMYK
RGB Variations
Color information
#31A381 (or 0x31A381) is known color: Gossamer. HEX triplet: 31, A3 and 81. RGB value is (49,163,129). Sum of RGB (Red+Green+Blue) = 49+163+129=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 163 (64.06% from 255 or 47.80% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 163 - color contains mainly: green. Hex color #31A381 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A381 is #CE5C7E. Grayscale: #7D7D7D. Windows color (decimal): -13524095 or 8495921. OLE color: 8495921.
HSL color Cylindrical-coordinate representation of color #31A381: hue angle of 162.11º 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 #31A381 is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 163 | 129 | - |
| CMYK | 0.70 | 0 | 0.21 | 0.36 |
| HSL | 162.11º | 0.54% | 0.42% | - |
| HSV(B) | 162.11º | 0.7% | 0.64% | - |
| XYZ | 18.33 | 28.43 | 25.29 | - |
| YUV | 125.04 | 130.23 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 163 | 129 | 0.70 | 0 | 0.21 | 0.36 | 162.11 | 0.54 | 0.42 |
| Hex | 31 | A3 | 81 | 46 | 0 | 15 | 24 | A2 | 36 | 2A |
| Octal | 61 | 243 | 201 | 106 | 0 | 25 | 44 | 242 | 66 | 52 |
| Binary | 110001 | 10100011 | 10000001 | 1000110 | 0 | 10101 | 100100 | 10100010 | 110110 | 101010 |
Color Harmonies of #31A381
Complementary color
Monochromatic Colors of #31A381
Black with #31A381
Text Example
Text Example
White with #31A381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A381; }
p { color: rgb(49,163,129); }
H1.HeaderClassName
{
color: #31A381;
}
.AnyTagClassName
{
color: #31A381;
}
</style>
background-color css
<style>
a { background-color: #31A381; }
a { background-color: rgb(49,163,129); }
div.DivClassName
{
background-color: #31A381;
}
.BgClassName
{
background-color: #31A381;
}
</style>
border-color css
<style>
span { border-color: #31A381; }
span { border-color: rgb(49,163,129); }
td.TdClassName
{
border-color: #31A381;
}
.TagClassName
{
border-color: #31A381;
}
</style>