Shades of Gossamer #319C83
Tints of Gossamer #319C83
RGB
CMYK
RGB Variations
Color information
#319C83 (or 0x319C83) is known color: Gossamer. HEX triplet: 31, 9C and 83. RGB value is (49,156,131). Sum of RGB (Red+Green+Blue) = 49+156+131=336 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.58% from 336); Green value is 156 (61.33% from 255 or 46.43% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 156 - color contains mainly: green. Hex color #319C83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319C83 is #CE637C. Grayscale: #797979. Windows color (decimal): -13525885 or 8625201. OLE color: 8625201.
HSL color Cylindrical-coordinate representation of color #319C83: hue angle of 165.98º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319C83 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 156 | 131 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.39 |
| HSL | 165.98º | 0.52% | 0.4% | - |
| HSV(B) | 165.98º | 0.69% | 0.61% | - |
| XYZ | 17.25 | 26.07 | 25.6 | - |
| YUV | 121.16 | 133.55 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 156 | 131 | 0.69 | 0 | 0.16 | 0.39 | 165.98 | 0.52 | 0.4 |
| Hex | 31 | 9C | 83 | 45 | 0 | 10 | 27 | A6 | 34 | 28 |
| Octal | 61 | 234 | 203 | 105 | 0 | 20 | 47 | 246 | 64 | 50 |
| Binary | 110001 | 10011100 | 10000011 | 1000101 | 0 | 10000 | 100111 | 10100110 | 110100 | 101000 |
Color Harmonies of #319C83
Complementary color
Monochromatic Colors of #319C83
Black with #319C83
Text Example
Text Example
White with #319C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319C83; }
p { color: rgb(49,156,131); }
H1.HeaderClassName
{
color: #319C83;
}
.AnyTagClassName
{
color: #319C83;
}
</style>
background-color css
<style>
a { background-color: #319C83; }
a { background-color: rgb(49,156,131); }
div.DivClassName
{
background-color: #319C83;
}
.BgClassName
{
background-color: #319C83;
}
</style>
border-color css
<style>
span { border-color: #319C83; }
span { border-color: rgb(49,156,131); }
td.TdClassName
{
border-color: #319C83;
}
.TagClassName
{
border-color: #319C83;
}
</style>