Shades of Gossamer #399879
Tints of Gossamer #399879
RGB
CMYK
RGB Variations
Color information
#399879 (or 0x399879) is known color: Gossamer. HEX triplet: 39, 98 and 79. RGB value is (57,152,121). Sum of RGB (Red+Green+Blue) = 57+152+121=330 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.27% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #399879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399879 is #C66786. Grayscale: #787878. Windows color (decimal): -13002631 or 7968825. OLE color: 7968825.
HSL color Cylindrical-coordinate representation of color #399879: hue angle of 160.42º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #399879 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 152 | 121 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.40 |
| HSL | 160.42º | 0.45% | 0.41% | - |
| HSV(B) | 160.42º | 0.63% | 0.6% | - |
| XYZ | 16.37 | 24.71 | 22 | - |
| YUV | 120.06 | 128.53 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 152 | 121 | 0.62 | 0 | 0.20 | 0.40 | 160.42 | 0.45 | 0.41 |
| Hex | 39 | 98 | 79 | 3E | 0 | 14 | 28 | A0 | 2D | 29 |
| Octal | 71 | 230 | 171 | 76 | 0 | 24 | 50 | 240 | 55 | 51 |
| Binary | 111001 | 10011000 | 1111001 | 111110 | 0 | 10100 | 101000 | 10100000 | 101101 | 101001 |
Color Harmonies of #399879
Complementary color
Monochromatic Colors of #399879
Black with #399879
Text Example
Text Example
White with #399879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399879; }
p { color: rgb(57,152,121); }
H1.HeaderClassName
{
color: #399879;
}
.AnyTagClassName
{
color: #399879;
}
</style>
background-color css
<style>
a { background-color: #399879; }
a { background-color: rgb(57,152,121); }
div.DivClassName
{
background-color: #399879;
}
.BgClassName
{
background-color: #399879;
}
</style>
border-color css
<style>
span { border-color: #399879; }
span { border-color: rgb(57,152,121); }
td.TdClassName
{
border-color: #399879;
}
.TagClassName
{
border-color: #399879;
}
</style>