Shades of Gossamer #319C7D
Tints of Gossamer #319C7D
RGB
CMYK
RGB Variations
Color information
#319C7D (or 0x319C7D) is known color: Gossamer. HEX triplet: 31, 9C and 7D. RGB value is (49,156,125). Sum of RGB (Red+Green+Blue) = 49+156+125=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #319C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319C7D is #CE6382. Grayscale: #787878. Windows color (decimal): -13525891 or 8231985. OLE color: 8231985.
HSL color Cylindrical-coordinate representation of color #319C7D: hue angle of 162.62º 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 #319C7D is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 156 | 125 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.39 |
| HSL | 162.62º | 0.52% | 0.4% | - |
| HSV(B) | 162.62º | 0.69% | 0.61% | - |
| XYZ | 16.86 | 25.91 | 23.51 | - |
| YUV | 120.47 | 130.55 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 156 | 125 | 0.69 | 0 | 0.20 | 0.39 | 162.62 | 0.52 | 0.4 |
| Hex | 31 | 9C | 7D | 45 | 0 | 14 | 27 | A3 | 34 | 28 |
| Octal | 61 | 234 | 175 | 105 | 0 | 24 | 47 | 243 | 64 | 50 |
| Binary | 110001 | 10011100 | 1111101 | 1000101 | 0 | 10100 | 100111 | 10100011 | 110100 | 101000 |
Color Harmonies of #319C7D
Complementary color
Monochromatic Colors of #319C7D
Black with #319C7D
Text Example
Text Example
White with #319C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319C7D; }
p { color: rgb(49,156,125); }
H1.HeaderClassName
{
color: #319C7D;
}
.AnyTagClassName
{
color: #319C7D;
}
</style>
background-color css
<style>
a { background-color: #319C7D; }
a { background-color: rgb(49,156,125); }
div.DivClassName
{
background-color: #319C7D;
}
.BgClassName
{
background-color: #319C7D;
}
</style>
border-color css
<style>
span { border-color: #319C7D; }
span { border-color: rgb(49,156,125); }
td.TdClassName
{
border-color: #319C7D;
}
.TagClassName
{
border-color: #319C7D;
}
</style>