Shades of Gossamer #319D78
Tints of Gossamer #319D78
RGB
CMYK
RGB Variations
Color information
#319D78 (or 0x319D78) is known color: Gossamer. HEX triplet: 31, 9D and 78. RGB value is (49,157,120). Sum of RGB (Red+Green+Blue) = 49+157+120=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 157 (61.72% from 255 or 48.16% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 157 - color contains mainly: green. Hex color #319D78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319D78 is #CE6287. Grayscale: #787878. Windows color (decimal): -13525640 or 7904561. OLE color: 7904561.
HSL color Cylindrical-coordinate representation of color #319D78: hue angle of 159.44º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319D78 is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 157 | 120 | - |
| CMYK | 0.69 | 0 | 0.24 | 0.38 |
| HSL | 159.44º | 0.52% | 0.4% | - |
| HSV(B) | 159.44º | 0.69% | 0.62% | - |
| XYZ | 16.71 | 26.12 | 21.93 | - |
| YUV | 120.49 | 127.72 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 157 | 120 | 0.69 | 0 | 0.24 | 0.38 | 159.44 | 0.52 | 0.4 |
| Hex | 31 | 9D | 78 | 45 | 0 | 18 | 26 | 9F | 34 | 28 |
| Octal | 61 | 235 | 170 | 105 | 0 | 30 | 46 | 237 | 64 | 50 |
| Binary | 110001 | 10011101 | 1111000 | 1000101 | 0 | 11000 | 100110 | 10011111 | 110100 | 101000 |
Color Harmonies of #319D78
Complementary color
Monochromatic Colors of #319D78
Black with #319D78
Text Example
Text Example
White with #319D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319D78; }
p { color: rgb(49,157,120); }
H1.HeaderClassName
{
color: #319D78;
}
.AnyTagClassName
{
color: #319D78;
}
</style>
background-color css
<style>
a { background-color: #319D78; }
a { background-color: rgb(49,157,120); }
div.DivClassName
{
background-color: #319D78;
}
.BgClassName
{
background-color: #319D78;
}
</style>
border-color css
<style>
span { border-color: #319D78; }
span { border-color: rgb(49,157,120); }
td.TdClassName
{
border-color: #319D78;
}
.TagClassName
{
border-color: #319D78;
}
</style>