Shades of Gossamer #399679
Tints of Gossamer #399679
RGB
CMYK
RGB Variations
Color information
#399679 (or 0x399679) is known color: Gossamer. HEX triplet: 39, 96 and 79. RGB value is (57,150,121). Sum of RGB (Red+Green+Blue) = 57+150+121=328 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.38% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 150 - color contains mainly: green. Hex color #399679 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399679 is #C66986. Grayscale: #767676. Windows color (decimal): -13003143 or 7968313. OLE color: 7968313.
HSL color Cylindrical-coordinate representation of color #399679: hue angle of 161.29º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #399679 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 57 | 150 | 121 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.41 |
| HSL | 161.29º | 0.45% | 0.41% | - |
| HSV(B) | 161.29º | 0.62% | 0.59% | - |
| XYZ | 16.04 | 24.06 | 21.89 | - |
| YUV | 118.89 | 129.19 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 150 | 121 | 0.62 | 0 | 0.19 | 0.41 | 161.29 | 0.45 | 0.41 |
| Hex | 39 | 96 | 79 | 3E | 0 | 13 | 29 | A1 | 2D | 29 |
| Octal | 71 | 226 | 171 | 76 | 0 | 23 | 51 | 241 | 55 | 51 |
| Binary | 111001 | 10010110 | 1111001 | 111110 | 0 | 10011 | 101001 | 10100001 | 101101 | 101001 |
Color Harmonies of #399679
Complementary color
Monochromatic Colors of #399679
Black with #399679
Text Example
Text Example
White with #399679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399679; }
p { color: rgb(57,150,121); }
H1.HeaderClassName
{
color: #399679;
}
.AnyTagClassName
{
color: #399679;
}
</style>
background-color css
<style>
a { background-color: #399679; }
a { background-color: rgb(57,150,121); }
div.DivClassName
{
background-color: #399679;
}
.BgClassName
{
background-color: #399679;
}
</style>
border-color css
<style>
span { border-color: #399679; }
span { border-color: rgb(57,150,121); }
td.TdClassName
{
border-color: #399679;
}
.TagClassName
{
border-color: #399679;
}
</style>