Shades of Gossamer #3B9C79
Tints of Gossamer #3B9C79
RGB
CMYK
RGB Variations
Color information
#3B9C79 (or 0x3B9C79) is known color: Gossamer. HEX triplet: 3B, 9C and 79. RGB value is (59,156,121). Sum of RGB (Red+Green+Blue) = 59+156+121=336 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.56% from 336); Green value is 156 (61.33% from 255 or 46.43% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 156 - color contains mainly: green. Hex color #3B9C79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9C79 is #C46386. Grayscale: #7B7B7B. Windows color (decimal): -12870535 or 7969851. OLE color: 7969851.
HSL color Cylindrical-coordinate representation of color #3B9C79: hue angle of 158.35º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B9C79 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 59 | 156 | 121 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.39 |
| HSL | 158.35º | 0.45% | 0.42% | - |
| HSV(B) | 158.35º | 0.62% | 0.61% | - |
| XYZ | 17.14 | 26.09 | 22.22 | - |
| YUV | 123.01 | 126.86 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 156 | 121 | 0.62 | 0 | 0.22 | 0.39 | 158.35 | 0.45 | 0.42 |
| Hex | 3B | 9C | 79 | 3E | 0 | 16 | 27 | 9E | 2D | 2A |
| Octal | 73 | 234 | 171 | 76 | 0 | 26 | 47 | 236 | 55 | 52 |
| Binary | 111011 | 10011100 | 1111001 | 111110 | 0 | 10110 | 100111 | 10011110 | 101101 | 101010 |
Color Harmonies of #3B9C79
Complementary color
Monochromatic Colors of #3B9C79
Black with #3B9C79
Text Example
Text Example
White with #3B9C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9C79; }
p { color: rgb(59,156,121); }
H1.HeaderClassName
{
color: #3B9C79;
}
.AnyTagClassName
{
color: #3B9C79;
}
</style>
background-color css
<style>
a { background-color: #3B9C79; }
a { background-color: rgb(59,156,121); }
div.DivClassName
{
background-color: #3B9C79;
}
.BgClassName
{
background-color: #3B9C79;
}
</style>
border-color css
<style>
span { border-color: #3B9C79; }
span { border-color: rgb(59,156,121); }
td.TdClassName
{
border-color: #3B9C79;
}
.TagClassName
{
border-color: #3B9C79;
}
</style>