Shades of Gossamer #399F81
Tints of Gossamer #399F81
RGB
CMYK
RGB Variations
Color information
#399F81 (or 0x399F81) is known color: Gossamer. HEX triplet: 39, 9F and 81. RGB value is (57,159,129). Sum of RGB (Red+Green+Blue) = 57+159+129=345 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.52% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 159 - color contains mainly: green. Hex color #399F81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399F81 is #C6607E. Grayscale: #7D7D7D. Windows color (decimal): -13000831 or 8494905. OLE color: 8494905.
HSL color Cylindrical-coordinate representation of color #399F81: hue angle of 162.35º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #399F81 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 159 | 129 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.38 |
| HSL | 162.35º | 0.47% | 0.42% | - |
| HSV(B) | 162.35º | 0.64% | 0.62% | - |
| XYZ | 18.05 | 27.25 | 25.08 | - |
| YUV | 125.08 | 130.21 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 159 | 129 | 0.64 | 0 | 0.19 | 0.38 | 162.35 | 0.47 | 0.42 |
| Hex | 39 | 9F | 81 | 40 | 0 | 13 | 26 | A2 | 2F | 2A |
| Octal | 71 | 237 | 201 | 100 | 0 | 23 | 46 | 242 | 57 | 52 |
| Binary | 111001 | 10011111 | 10000001 | 1000000 | 0 | 10011 | 100110 | 10100010 | 101111 | 101010 |
Color Harmonies of #399F81
Complementary color
Monochromatic Colors of #399F81
Black with #399F81
Text Example
Text Example
White with #399F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399F81; }
p { color: rgb(57,159,129); }
H1.HeaderClassName
{
color: #399F81;
}
.AnyTagClassName
{
color: #399F81;
}
</style>
background-color css
<style>
a { background-color: #399F81; }
a { background-color: rgb(57,159,129); }
div.DivClassName
{
background-color: #399F81;
}
.BgClassName
{
background-color: #399F81;
}
</style>
border-color css
<style>
span { border-color: #399F81; }
span { border-color: rgb(57,159,129); }
td.TdClassName
{
border-color: #399F81;
}
.TagClassName
{
border-color: #399F81;
}
</style>