Shades of Gossamer #399F91
Tints of Gossamer #399F91
RGB
CMYK
RGB Variations
Color information
#399F91 (or 0x399F91) is known color: Gossamer. HEX triplet: 39, 9F and 91. RGB value is (57,159,145). Sum of RGB (Red+Green+Blue) = 57+159+145=361 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.79% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 159 - color contains mainly: green. Hex color #399F91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399F91 is #C6606E. Grayscale: #7E7E7E. Windows color (decimal): -13000815 or 9543481. OLE color: 9543481.
HSL color Cylindrical-coordinate representation of color #399F91: hue angle of 171.76º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #399F91 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 159 | 145 | - |
| CMYK | 0.64 | 0 | 0.09 | 0.38 |
| HSL | 171.76º | 0.47% | 0.42% | - |
| HSV(B) | 171.76º | 0.64% | 0.62% | - |
| XYZ | 19.2 | 27.71 | 31.12 | - |
| YUV | 126.91 | 138.21 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 159 | 145 | 0.64 | 0 | 0.09 | 0.38 | 171.76 | 0.47 | 0.42 |
| Hex | 39 | 9F | 91 | 40 | 0 | 9 | 26 | AC | 2F | 2A |
| Octal | 71 | 237 | 221 | 100 | 0 | 11 | 46 | 254 | 57 | 52 |
| Binary | 111001 | 10011111 | 10010001 | 1000000 | 0 | 1001 | 100110 | 10101100 | 101111 | 101010 |
Color Harmonies of #399F91
Complementary color
Monochromatic Colors of #399F91
Black with #399F91
Text Example
Text Example
White with #399F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399F91; }
p { color: rgb(57,159,145); }
H1.HeaderClassName
{
color: #399F91;
}
.AnyTagClassName
{
color: #399F91;
}
</style>
background-color css
<style>
a { background-color: #399F91; }
a { background-color: rgb(57,159,145); }
div.DivClassName
{
background-color: #399F91;
}
.BgClassName
{
background-color: #399F91;
}
</style>
border-color css
<style>
span { border-color: #399F91; }
span { border-color: rgb(57,159,145); }
td.TdClassName
{
border-color: #399F91;
}
.TagClassName
{
border-color: #399F91;
}
</style>