Shades of Gossamer #399B7F
Tints of Gossamer #399B7F
RGB
CMYK
RGB Variations
Color information
#399B7F (or 0x399B7F) is known color: Gossamer. HEX triplet: 39, 9B and 7F. RGB value is (57,155,127). Sum of RGB (Red+Green+Blue) = 57+155+127=339 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.81% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 155 - color contains mainly: green. Hex color #399B7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399B7F is #C66480. Grayscale: #7A7A7A. Windows color (decimal): -13001857 or 8362809. OLE color: 8362809.
HSL color Cylindrical-coordinate representation of color #399B7F: hue angle of 162.86º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399B7F is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 57 | 155 | 127 | - |
| CMYK | 0.63 | 0 | 0.18 | 0.39 |
| HSL | 162.86º | 0.46% | 0.42% | - |
| HSV(B) | 162.86º | 0.63% | 0.61% | - |
| XYZ | 17.24 | 25.84 | 24.16 | - |
| YUV | 122.51 | 130.53 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 155 | 127 | 0.63 | 0 | 0.18 | 0.39 | 162.86 | 0.46 | 0.42 |
| Hex | 39 | 9B | 7F | 3F | 0 | 12 | 27 | A3 | 2E | 2A |
| Octal | 71 | 233 | 177 | 77 | 0 | 22 | 47 | 243 | 56 | 52 |
| Binary | 111001 | 10011011 | 1111111 | 111111 | 0 | 10010 | 100111 | 10100011 | 101110 | 101010 |
Color Harmonies of #399B7F
Complementary color
Monochromatic Colors of #399B7F
Black with #399B7F
Text Example
Text Example
White with #399B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399B7F; }
p { color: rgb(57,155,127); }
H1.HeaderClassName
{
color: #399B7F;
}
.AnyTagClassName
{
color: #399B7F;
}
</style>
background-color css
<style>
a { background-color: #399B7F; }
a { background-color: rgb(57,155,127); }
div.DivClassName
{
background-color: #399B7F;
}
.BgClassName
{
background-color: #399B7F;
}
</style>
border-color css
<style>
span { border-color: #399B7F; }
span { border-color: rgb(57,155,127); }
td.TdClassName
{
border-color: #399B7F;
}
.TagClassName
{
border-color: #399B7F;
}
</style>