Shades of Gossamer #39947C
Tints of Gossamer #39947C
RGB
CMYK
RGB Variations
Color information
#39947C (or 0x39947C) is known color: Gossamer. HEX triplet: 39, 94 and 7C. RGB value is (57,148,124). Sum of RGB (Red+Green+Blue) = 57+148+124=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #39947C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39947C is #C66B83. Grayscale: #767676. Windows color (decimal): -13003652 or 8164409. OLE color: 8164409.
HSL color Cylindrical-coordinate representation of color #39947C: hue angle of 164.18º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #39947C is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 148 | 124 | - |
| CMYK | 0.61 | 0 | 0.16 | 0.42 |
| HSL | 164.18º | 0.44% | 0.4% | - |
| HSV(B) | 164.18º | 0.61% | 0.58% | - |
| XYZ | 15.92 | 23.5 | 22.77 | - |
| YUV | 118.06 | 131.35 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 148 | 124 | 0.61 | 0 | 0.16 | 0.42 | 164.18 | 0.44 | 0.4 |
| Hex | 39 | 94 | 7C | 3D | 0 | 10 | 2A | A4 | 2C | 28 |
| Octal | 71 | 224 | 174 | 75 | 0 | 20 | 52 | 244 | 54 | 50 |
| Binary | 111001 | 10010100 | 1111100 | 111101 | 0 | 10000 | 101010 | 10100100 | 101100 | 101000 |
Color Harmonies of #39947C
Complementary color
Monochromatic Colors of #39947C
Black with #39947C
Text Example
Text Example
White with #39947C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39947C; }
p { color: rgb(57,148,124); }
H1.HeaderClassName
{
color: #39947C;
}
.AnyTagClassName
{
color: #39947C;
}
</style>
background-color css
<style>
a { background-color: #39947C; }
a { background-color: rgb(57,148,124); }
div.DivClassName
{
background-color: #39947C;
}
.BgClassName
{
background-color: #39947C;
}
</style>
border-color css
<style>
span { border-color: #39947C; }
span { border-color: rgb(57,148,124); }
td.TdClassName
{
border-color: #39947C;
}
.TagClassName
{
border-color: #39947C;
}
</style>