Shades of Gossamer #319C75
Tints of Gossamer #319C75
RGB
CMYK
RGB Variations
Color information
#319C75 (or 0x319C75) is known color: Gossamer. HEX triplet: 31, 9C and 75. RGB value is (49,156,117). Sum of RGB (Red+Green+Blue) = 49+156+117=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 156 (61.33% from 255 or 48.45% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 156 - color contains mainly: green. Hex color #319C75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319C75 is #CE638A. Grayscale: #777777. Windows color (decimal): -13525899 or 7707697. OLE color: 7707697.
HSL color Cylindrical-coordinate representation of color #319C75: hue angle of 158.13º 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 #319C75 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 156 | 117 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.39 |
| HSL | 158.13º | 0.52% | 0.4% | - |
| HSV(B) | 158.13º | 0.69% | 0.61% | - |
| XYZ | 16.37 | 25.71 | 20.93 | - |
| YUV | 119.56 | 126.55 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 156 | 117 | 0.69 | 0 | 0.25 | 0.39 | 158.13 | 0.52 | 0.4 |
| Hex | 31 | 9C | 75 | 45 | 0 | 19 | 27 | 9E | 34 | 28 |
| Octal | 61 | 234 | 165 | 105 | 0 | 31 | 47 | 236 | 64 | 50 |
| Binary | 110001 | 10011100 | 1110101 | 1000101 | 0 | 11001 | 100111 | 10011110 | 110100 | 101000 |
Color Harmonies of #319C75
Complementary color
Monochromatic Colors of #319C75
Black with #319C75
Text Example
Text Example
White with #319C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319C75; }
p { color: rgb(49,156,117); }
H1.HeaderClassName
{
color: #319C75;
}
.AnyTagClassName
{
color: #319C75;
}
</style>
background-color css
<style>
a { background-color: #319C75; }
a { background-color: rgb(49,156,117); }
div.DivClassName
{
background-color: #319C75;
}
.BgClassName
{
background-color: #319C75;
}
</style>
border-color css
<style>
span { border-color: #319C75; }
span { border-color: rgb(49,156,117); }
td.TdClassName
{
border-color: #319C75;
}
.TagClassName
{
border-color: #319C75;
}
</style>