Shades of Gossamer #3FA781
Tints of Gossamer #3FA781
RGB
CMYK
RGB Variations
Color information
#3FA781 (or 0x3FA781) is known color: Gossamer. HEX triplet: 3F, A7 and 81. RGB value is (63,167,129). Sum of RGB (Red+Green+Blue) = 63+167+129=359 (47% of max value = 765). Red value is 63 (25% from 255 or 17.55% from 359); Green value is 167 (65.62% from 255 or 46.52% from 359); Blue value is 129 (50.78% from 255 or 35.93% from 359); Max value from RGB is 167 - color contains mainly: green. Hex color #3FA781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA781 is #C0587E. Grayscale: #838383. Windows color (decimal): -12605567 or 8496959. OLE color: 8496959.
HSL color Cylindrical-coordinate representation of color #3FA781: hue angle of 158.08º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3FA781 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 167 | 129 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.35 |
| HSL | 158.08º | 0.45% | 0.45% | - |
| HSV(B) | 158.08º | 0.62% | 0.65% | - |
| XYZ | 19.83 | 30.28 | 25.57 | - |
| YUV | 131.57 | 126.54 | 79.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 167 | 129 | 0.62 | 0 | 0.23 | 0.35 | 158.08 | 0.45 | 0.45 |
| Hex | 3F | A7 | 81 | 3E | 0 | 17 | 23 | 9E | 2D | 2D |
| Octal | 77 | 247 | 201 | 76 | 0 | 27 | 43 | 236 | 55 | 55 |
| Binary | 111111 | 10100111 | 10000001 | 111110 | 0 | 10111 | 100011 | 10011110 | 101101 | 101101 |
Color Harmonies of #3FA781
Complementary color
Monochromatic Colors of #3FA781
Black with #3FA781
Text Example
Text Example
White with #3FA781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA781; }
p { color: rgb(63,167,129); }
H1.HeaderClassName
{
color: #3FA781;
}
.AnyTagClassName
{
color: #3FA781;
}
</style>
background-color css
<style>
a { background-color: #3FA781; }
a { background-color: rgb(63,167,129); }
div.DivClassName
{
background-color: #3FA781;
}
.BgClassName
{
background-color: #3FA781;
}
</style>
border-color css
<style>
span { border-color: #3FA781; }
span { border-color: rgb(63,167,129); }
td.TdClassName
{
border-color: #3FA781;
}
.TagClassName
{
border-color: #3FA781;
}
</style>