Shades of Gossamer #399A76
Tints of Gossamer #399A76
RGB
CMYK
RGB Variations
Color information
#399A76 (or 0x399A76) is known color: Gossamer. HEX triplet: 39, 9A and 76. RGB value is (57,154,118). Sum of RGB (Red+Green+Blue) = 57+154+118=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 154 (60.55% from 255 or 46.81% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 154 - color contains mainly: green. Hex color #399A76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399A76 is #C66589. Grayscale: #787878. Windows color (decimal): -13002122 or 7772729. OLE color: 7772729.
HSL color Cylindrical-coordinate representation of color #399A76: hue angle of 157.73º 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 #399A76 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 154 | 118 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.40 |
| HSL | 157.73º | 0.46% | 0.41% | - |
| HSV(B) | 157.73º | 0.63% | 0.6% | - |
| XYZ | 16.51 | 25.29 | 21.15 | - |
| YUV | 120.89 | 126.36 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 154 | 118 | 0.63 | 0 | 0.23 | 0.40 | 157.73 | 0.46 | 0.41 |
| Hex | 39 | 9A | 76 | 3F | 0 | 17 | 28 | 9E | 2E | 29 |
| Octal | 71 | 232 | 166 | 77 | 0 | 27 | 50 | 236 | 56 | 51 |
| Binary | 111001 | 10011010 | 1110110 | 111111 | 0 | 10111 | 101000 | 10011110 | 101110 | 101001 |
Color Harmonies of #399A76
Complementary color
Monochromatic Colors of #399A76
Black with #399A76
Text Example
Text Example
White with #399A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399A76; }
p { color: rgb(57,154,118); }
H1.HeaderClassName
{
color: #399A76;
}
.AnyTagClassName
{
color: #399A76;
}
</style>
background-color css
<style>
a { background-color: #399A76; }
a { background-color: rgb(57,154,118); }
div.DivClassName
{
background-color: #399A76;
}
.BgClassName
{
background-color: #399A76;
}
</style>
border-color css
<style>
span { border-color: #399A76; }
span { border-color: rgb(57,154,118); }
td.TdClassName
{
border-color: #399A76;
}
.TagClassName
{
border-color: #399A76;
}
</style>