Shades of Gossamer #399A79
Tints of Gossamer #399A79
RGB
CMYK
RGB Variations
Color information
#399A79 (or 0x399A79) is known color: Gossamer. HEX triplet: 39, 9A and 79. RGB value is (57,154,121). Sum of RGB (Red+Green+Blue) = 57+154+121=332 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.17% from 332); Green value is 154 (60.55% from 255 or 46.39% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 154 - color contains mainly: green. Hex color #399A79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399A79 is #C66586. Grayscale: #797979. Windows color (decimal): -13002119 or 7969337. OLE color: 7969337.
HSL color Cylindrical-coordinate representation of color #399A79: hue angle of 159.59º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399A79 is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 154 | 121 | - |
| CMYK | 0.63 | 0 | 0.21 | 0.40 |
| HSL | 159.59º | 0.46% | 0.41% | - |
| HSV(B) | 159.59º | 0.63% | 0.6% | - |
| XYZ | 16.69 | 25.36 | 22.1 | - |
| YUV | 121.24 | 127.86 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 154 | 121 | 0.63 | 0 | 0.21 | 0.40 | 159.59 | 0.46 | 0.41 |
| Hex | 39 | 9A | 79 | 3F | 0 | 15 | 28 | A0 | 2E | 29 |
| Octal | 71 | 232 | 171 | 77 | 0 | 25 | 50 | 240 | 56 | 51 |
| Binary | 111001 | 10011010 | 1111001 | 111111 | 0 | 10101 | 101000 | 10100000 | 101110 | 101001 |
Color Harmonies of #399A79
Complementary color
Monochromatic Colors of #399A79
Black with #399A79
Text Example
Text Example
White with #399A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399A79; }
p { color: rgb(57,154,121); }
H1.HeaderClassName
{
color: #399A79;
}
.AnyTagClassName
{
color: #399A79;
}
</style>
background-color css
<style>
a { background-color: #399A79; }
a { background-color: rgb(57,154,121); }
div.DivClassName
{
background-color: #399A79;
}
.BgClassName
{
background-color: #399A79;
}
</style>
border-color css
<style>
span { border-color: #399A79; }
span { border-color: rgb(57,154,121); }
td.TdClassName
{
border-color: #399A79;
}
.TagClassName
{
border-color: #399A79;
}
</style>