Shades of Gossamer #399982
Tints of Gossamer #399982
RGB
CMYK
RGB Variations
Color information
#399982 (or 0x399982) is known color: Gossamer. HEX triplet: 39, 99 and 82. RGB value is (57,153,130). Sum of RGB (Red+Green+Blue) = 57+153+130=340 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.76% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 153 - color contains mainly: green. Hex color #399982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399982 is #C6667D. Grayscale: #797979. Windows color (decimal): -13002366 or 8558905. OLE color: 8558905.
HSL color Cylindrical-coordinate representation of color #399982: hue angle of 165.62º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399982 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 57 | 153 | 130 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.4 |
| HSL | 165.63º | 0.46% | 0.41% | - |
| HSV(B) | 165.63º | 0.63% | 0.6% | - |
| XYZ | 17.11 | 25.26 | 25.09 | - |
| YUV | 121.67 | 132.7 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 153 | 130 | 0.63 | 0 | 0.15 | 0.4 | 165.63 | 0.46 | 0.41 |
| Hex | 39 | 99 | 82 | 3F | 0 | F | 28 | A6 | 2E | 29 |
| Octal | 71 | 231 | 202 | 77 | 0 | 17 | 50 | 246 | 56 | 51 |
| Binary | 111001 | 10011001 | 10000010 | 111111 | 0 | 1111 | 101000 | 10100110 | 101110 | 101001 |
Color Harmonies of #399982
Complementary color
Monochromatic Colors of #399982
Black with #399982
Text Example
Text Example
White with #399982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399982; }
p { color: rgb(57,153,130); }
H1.HeaderClassName
{
color: #399982;
}
.AnyTagClassName
{
color: #399982;
}
</style>
background-color css
<style>
a { background-color: #399982; }
a { background-color: rgb(57,153,130); }
div.DivClassName
{
background-color: #399982;
}
.BgClassName
{
background-color: #399982;
}
</style>
border-color css
<style>
span { border-color: #399982; }
span { border-color: rgb(57,153,130); }
td.TdClassName
{
border-color: #399982;
}
.TagClassName
{
border-color: #399982;
}
</style>