Shades of Gossamer #319C78
Tints of Gossamer #319C78
RGB
CMYK
RGB Variations
Color information
#319C78 (or 0x319C78) is known color: Gossamer. HEX triplet: 31, 9C and 78. RGB value is (49,156,120). Sum of RGB (Red+Green+Blue) = 49+156+120=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 156 - color contains mainly: green. Hex color #319C78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319C78 is #CE6387. Grayscale: #777777. Windows color (decimal): -13525896 or 7904305. OLE color: 7904305.
HSL color Cylindrical-coordinate representation of color #319C78: hue angle of 159.81º 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 #319C78 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 156 | 120 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.39 |
| HSL | 159.81º | 0.52% | 0.4% | - |
| HSV(B) | 159.81º | 0.69% | 0.61% | - |
| XYZ | 16.55 | 25.79 | 21.87 | - |
| YUV | 119.9 | 128.05 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 156 | 120 | 0.69 | 0 | 0.23 | 0.39 | 159.81 | 0.52 | 0.4 |
| Hex | 31 | 9C | 78 | 45 | 0 | 17 | 27 | A0 | 34 | 28 |
| Octal | 61 | 234 | 170 | 105 | 0 | 27 | 47 | 240 | 64 | 50 |
| Binary | 110001 | 10011100 | 1111000 | 1000101 | 0 | 10111 | 100111 | 10100000 | 110100 | 101000 |
Color Harmonies of #319C78
Complementary color
Monochromatic Colors of #319C78
Black with #319C78
Text Example
Text Example
White with #319C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319C78; }
p { color: rgb(49,156,120); }
H1.HeaderClassName
{
color: #319C78;
}
.AnyTagClassName
{
color: #319C78;
}
</style>
background-color css
<style>
a { background-color: #319C78; }
a { background-color: rgb(49,156,120); }
div.DivClassName
{
background-color: #319C78;
}
.BgClassName
{
background-color: #319C78;
}
</style>
border-color css
<style>
span { border-color: #319C78; }
span { border-color: rgb(49,156,120); }
td.TdClassName
{
border-color: #319C78;
}
.TagClassName
{
border-color: #319C78;
}
</style>