Shades of Gossamer #399675
Tints of Gossamer #399675
RGB
CMYK
RGB Variations
Color information
#399675 (or 0x399675) is known color: Gossamer. HEX triplet: 39, 96 and 75. RGB value is (57,150,117). Sum of RGB (Red+Green+Blue) = 57+150+117=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #399675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399675 is #C6698A. Grayscale: #767676. Windows color (decimal): -13003147 or 7706169. OLE color: 7706169.
HSL color Cylindrical-coordinate representation of color #399675: hue angle of 158.71º 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 #399675 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 57 | 150 | 117 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.41 |
| HSL | 158.71º | 0.45% | 0.41% | - |
| HSV(B) | 158.71º | 0.62% | 0.59% | - |
| XYZ | 15.8 | 23.97 | 20.62 | - |
| YUV | 118.43 | 127.19 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 150 | 117 | 0.62 | 0 | 0.22 | 0.41 | 158.71 | 0.45 | 0.41 |
| Hex | 39 | 96 | 75 | 3E | 0 | 16 | 29 | 9F | 2D | 29 |
| Octal | 71 | 226 | 165 | 76 | 0 | 26 | 51 | 237 | 55 | 51 |
| Binary | 111001 | 10010110 | 1110101 | 111110 | 0 | 10110 | 101001 | 10011111 | 101101 | 101001 |
Color Harmonies of #399675
Complementary color
Monochromatic Colors of #399675
Black with #399675
Text Example
Text Example
White with #399675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399675; }
p { color: rgb(57,150,117); }
H1.HeaderClassName
{
color: #399675;
}
.AnyTagClassName
{
color: #399675;
}
</style>
background-color css
<style>
a { background-color: #399675; }
a { background-color: rgb(57,150,117); }
div.DivClassName
{
background-color: #399675;
}
.BgClassName
{
background-color: #399675;
}
</style>
border-color css
<style>
span { border-color: #399675; }
span { border-color: rgb(57,150,117); }
td.TdClassName
{
border-color: #399675;
}
.TagClassName
{
border-color: #399675;
}
</style>