Shades of Gossamer #319181
Tints of Gossamer #319181
RGB
CMYK
RGB Variations
Color information
#319181 (or 0x319181) is known color: Gossamer. HEX triplet: 31, 91 and 81. RGB value is (49,145,129). Sum of RGB (Red+Green+Blue) = 49+145+129=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #319181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319181 is #CE6E7E. Grayscale: #727272. Windows color (decimal): -13528703 or 8491313. OLE color: 8491313.
HSL color Cylindrical-coordinate representation of color #319181: hue angle of 170º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319181 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 145 | 129 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.43 |
| HSL | 170º | 0.49% | 0.38% | - |
| HSV(B) | 170º | 0.66% | 0.57% | - |
| XYZ | 15.35 | 22.49 | 24.3 | - |
| YUV | 114.47 | 136.2 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 145 | 129 | 0.66 | 0 | 0.11 | 0.43 | 170 | 0.49 | 0.38 |
| Hex | 31 | 91 | 81 | 42 | 0 | B | 2B | AA | 31 | 26 |
| Octal | 61 | 221 | 201 | 102 | 0 | 13 | 53 | 252 | 61 | 46 |
| Binary | 110001 | 10010001 | 10000001 | 1000010 | 0 | 1011 | 101011 | 10101010 | 110001 | 100110 |
Color Harmonies of #319181
Complementary color
Monochromatic Colors of #319181
Black with #319181
Text Example
Text Example
White with #319181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319181; }
p { color: rgb(49,145,129); }
H1.HeaderClassName
{
color: #319181;
}
.AnyTagClassName
{
color: #319181;
}
</style>
background-color css
<style>
a { background-color: #319181; }
a { background-color: rgb(49,145,129); }
div.DivClassName
{
background-color: #319181;
}
.BgClassName
{
background-color: #319181;
}
</style>
border-color css
<style>
span { border-color: #319181; }
span { border-color: rgb(49,145,129); }
td.TdClassName
{
border-color: #319181;
}
.TagClassName
{
border-color: #319181;
}
</style>