Shades of Gossamer #399E7D
Tints of Gossamer #399E7D
RGB
CMYK
RGB Variations
Color information
#399E7D (or 0x399E7D) is known color: Gossamer. HEX triplet: 39, 9E and 7D. RGB value is (57,158,125). Sum of RGB (Red+Green+Blue) = 57+158+125=340 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.76% from 340); Green value is 158 (62.11% from 255 or 46.47% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 158 - color contains mainly: green. Hex color #399E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399E7D is #C66182. Grayscale: #7C7C7C. Windows color (decimal): -13001091 or 8232505. OLE color: 8232505.
HSL color Cylindrical-coordinate representation of color #399E7D: hue angle of 160.4º 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 #399E7D is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 158 | 125 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.38 |
| HSL | 160.4º | 0.47% | 0.42% | - |
| HSV(B) | 160.4º | 0.64% | 0.62% | - |
| XYZ | 17.62 | 26.8 | 23.65 | - |
| YUV | 124.04 | 128.54 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 158 | 125 | 0.64 | 0 | 0.21 | 0.38 | 160.4 | 0.47 | 0.42 |
| Hex | 39 | 9E | 7D | 40 | 0 | 15 | 26 | A0 | 2F | 2A |
| Octal | 71 | 236 | 175 | 100 | 0 | 25 | 46 | 240 | 57 | 52 |
| Binary | 111001 | 10011110 | 1111101 | 1000000 | 0 | 10101 | 100110 | 10100000 | 101111 | 101010 |
Color Harmonies of #399E7D
Complementary color
Monochromatic Colors of #399E7D
Black with #399E7D
Text Example
Text Example
White with #399E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399E7D; }
p { color: rgb(57,158,125); }
H1.HeaderClassName
{
color: #399E7D;
}
.AnyTagClassName
{
color: #399E7D;
}
</style>
background-color css
<style>
a { background-color: #399E7D; }
a { background-color: rgb(57,158,125); }
div.DivClassName
{
background-color: #399E7D;
}
.BgClassName
{
background-color: #399E7D;
}
</style>
border-color css
<style>
span { border-color: #399E7D; }
span { border-color: rgb(57,158,125); }
td.TdClassName
{
border-color: #399E7D;
}
.TagClassName
{
border-color: #399E7D;
}
</style>