Shades of Gossamer #3FA179
Tints of Gossamer #3FA179
RGB
CMYK
RGB Variations
Color information
#3FA179 (or 0x3FA179) is known color: Gossamer. HEX triplet: 3F, A1 and 79. RGB value is (63,161,121). Sum of RGB (Red+Green+Blue) = 63+161+121=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 161 - color contains mainly: green. Hex color #3FA179 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA179 is #C05E86. Grayscale: #7F7F7F. Windows color (decimal): -12607111 or 7971135. OLE color: 7971135.
HSL color Cylindrical-coordinate representation of color #3FA179: hue angle of 155.51º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA179 is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 63 | 161 | 121 | - |
| CMYK | 0.61 | 0 | 0.25 | 0.37 |
| HSL | 155.51º | 0.44% | 0.44% | - |
| HSV(B) | 155.51º | 0.61% | 0.63% | - |
| XYZ | 18.25 | 27.93 | 22.52 | - |
| YUV | 127.14 | 124.53 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 161 | 121 | 0.61 | 0 | 0.25 | 0.37 | 155.51 | 0.44 | 0.44 |
| Hex | 3F | A1 | 79 | 3D | 0 | 19 | 25 | 9C | 2C | 2C |
| Octal | 77 | 241 | 171 | 75 | 0 | 31 | 45 | 234 | 54 | 54 |
| Binary | 111111 | 10100001 | 1111001 | 111101 | 0 | 11001 | 100101 | 10011100 | 101100 | 101100 |
Color Harmonies of #3FA179
Complementary color
Monochromatic Colors of #3FA179
Black with #3FA179
Text Example
Text Example
White with #3FA179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA179; }
p { color: rgb(63,161,121); }
H1.HeaderClassName
{
color: #3FA179;
}
.AnyTagClassName
{
color: #3FA179;
}
</style>
background-color css
<style>
a { background-color: #3FA179; }
a { background-color: rgb(63,161,121); }
div.DivClassName
{
background-color: #3FA179;
}
.BgClassName
{
background-color: #3FA179;
}
</style>
border-color css
<style>
span { border-color: #3FA179; }
span { border-color: rgb(63,161,121); }
td.TdClassName
{
border-color: #3FA179;
}
.TagClassName
{
border-color: #3FA179;
}
</style>