Shades of Gossamer #399A73
Tints of Gossamer #399A73
RGB
CMYK
RGB Variations
Color information
#399A73 (or 0x399A73) is known color: Gossamer. HEX triplet: 39, 9A and 73. RGB value is (57,154,115). Sum of RGB (Red+Green+Blue) = 57+154+115=326 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.48% from 326); Green value is 154 (60.55% from 255 or 47.24% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 154 - color contains mainly: green. Hex color #399A73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399A73 is #C6658C. Grayscale: #787878. Windows color (decimal): -13002125 or 7576121. OLE color: 7576121.
HSL color Cylindrical-coordinate representation of color #399A73: hue angle of 155.88º 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 #399A73 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 154 | 115 | - |
| CMYK | 0.63 | 0 | 0.25 | 0.40 |
| HSL | 155.88º | 0.46% | 0.41% | - |
| HSV(B) | 155.88º | 0.63% | 0.6% | - |
| XYZ | 16.34 | 25.22 | 20.23 | - |
| YUV | 120.55 | 124.86 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 154 | 115 | 0.63 | 0 | 0.25 | 0.40 | 155.88 | 0.46 | 0.41 |
| Hex | 39 | 9A | 73 | 3F | 0 | 19 | 28 | 9C | 2E | 29 |
| Octal | 71 | 232 | 163 | 77 | 0 | 31 | 50 | 234 | 56 | 51 |
| Binary | 111001 | 10011010 | 1110011 | 111111 | 0 | 11001 | 101000 | 10011100 | 101110 | 101001 |
Color Harmonies of #399A73
Complementary color
Monochromatic Colors of #399A73
Black with #399A73
Text Example
Text Example
White with #399A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399A73; }
p { color: rgb(57,154,115); }
H1.HeaderClassName
{
color: #399A73;
}
.AnyTagClassName
{
color: #399A73;
}
</style>
background-color css
<style>
a { background-color: #399A73; }
a { background-color: rgb(57,154,115); }
div.DivClassName
{
background-color: #399A73;
}
.BgClassName
{
background-color: #399A73;
}
</style>
border-color css
<style>
span { border-color: #399A73; }
span { border-color: rgb(57,154,115); }
td.TdClassName
{
border-color: #399A73;
}
.TagClassName
{
border-color: #399A73;
}
</style>