Shades of Gossamer #39917C
Tints of Gossamer #39917C
RGB
CMYK
RGB Variations
Color information
#39917C (or 0x39917C) is known color: Gossamer. HEX triplet: 39, 91 and 7C. RGB value is (57,145,124). Sum of RGB (Red+Green+Blue) = 57+145+124=326 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.48% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #39917C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39917C is #C66E83. Grayscale: #747474. Windows color (decimal): -13004420 or 8163641. OLE color: 8163641.
HSL color Cylindrical-coordinate representation of color #39917C: hue angle of 165.68º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #39917C is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 145 | 124 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.43 |
| HSL | 165.68º | 0.44% | 0.4% | - |
| HSV(B) | 165.68º | 0.61% | 0.57% | - |
| XYZ | 15.45 | 22.58 | 22.61 | - |
| YUV | 116.29 | 132.35 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 145 | 124 | 0.61 | 0 | 0.14 | 0.43 | 165.68 | 0.44 | 0.4 |
| Hex | 39 | 91 | 7C | 3D | 0 | E | 2B | A6 | 2C | 28 |
| Octal | 71 | 221 | 174 | 75 | 0 | 16 | 53 | 246 | 54 | 50 |
| Binary | 111001 | 10010001 | 1111100 | 111101 | 0 | 1110 | 101011 | 10100110 | 101100 | 101000 |
Color Harmonies of #39917C
Complementary color
Monochromatic Colors of #39917C
Black with #39917C
Text Example
Text Example
White with #39917C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39917C; }
p { color: rgb(57,145,124); }
H1.HeaderClassName
{
color: #39917C;
}
.AnyTagClassName
{
color: #39917C;
}
</style>
background-color css
<style>
a { background-color: #39917C; }
a { background-color: rgb(57,145,124); }
div.DivClassName
{
background-color: #39917C;
}
.BgClassName
{
background-color: #39917C;
}
</style>
border-color css
<style>
span { border-color: #39917C; }
span { border-color: rgb(57,145,124); }
td.TdClassName
{
border-color: #39917C;
}
.TagClassName
{
border-color: #39917C;
}
</style>