Shades of Gossamer #39927C
Tints of Gossamer #39927C
RGB
CMYK
RGB Variations
Color information
#39927C (or 0x39927C) is known color: Gossamer. HEX triplet: 39, 92 and 7C. RGB value is (57,146,124). Sum of RGB (Red+Green+Blue) = 57+146+124=327 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.43% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 146 - color contains mainly: green. Hex color #39927C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39927C is #C66D83. Grayscale: #747474. Windows color (decimal): -13004164 or 8163897. OLE color: 8163897.
HSL color Cylindrical-coordinate representation of color #39927C: hue angle of 165.17º 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 #39927C is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 146 | 124 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.43 |
| HSL | 165.17º | 0.44% | 0.4% | - |
| HSV(B) | 165.17º | 0.61% | 0.57% | - |
| XYZ | 15.6 | 22.88 | 22.66 | - |
| YUV | 116.88 | 132.01 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 146 | 124 | 0.61 | 0 | 0.15 | 0.43 | 165.17 | 0.44 | 0.4 |
| Hex | 39 | 92 | 7C | 3D | 0 | F | 2B | A5 | 2C | 28 |
| Octal | 71 | 222 | 174 | 75 | 0 | 17 | 53 | 245 | 54 | 50 |
| Binary | 111001 | 10010010 | 1111100 | 111101 | 0 | 1111 | 101011 | 10100101 | 101100 | 101000 |
Color Harmonies of #39927C
Complementary color
Monochromatic Colors of #39927C
Black with #39927C
Text Example
Text Example
White with #39927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39927C; }
p { color: rgb(57,146,124); }
H1.HeaderClassName
{
color: #39927C;
}
.AnyTagClassName
{
color: #39927C;
}
</style>
background-color css
<style>
a { background-color: #39927C; }
a { background-color: rgb(57,146,124); }
div.DivClassName
{
background-color: #39927C;
}
.BgClassName
{
background-color: #39927C;
}
</style>
border-color css
<style>
span { border-color: #39927C; }
span { border-color: rgb(57,146,124); }
td.TdClassName
{
border-color: #39927C;
}
.TagClassName
{
border-color: #39927C;
}
</style>