Shades of Gossamer #3FA784
Tints of Gossamer #3FA784
RGB
CMYK
RGB Variations
Color information
#3FA784 (or 0x3FA784) is known color: Gossamer. HEX triplet: 3F, A7 and 84. RGB value is (63,167,132). Sum of RGB (Red+Green+Blue) = 63+167+132=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 167 (65.62% from 255 or 46.13% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 167 - color contains mainly: green. Hex color #3FA784 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA784 is #C0587B. Grayscale: #838383. Windows color (decimal): -12605564 or 8693567. OLE color: 8693567.
HSL color Cylindrical-coordinate representation of color #3FA784: hue angle of 159.81º 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 #3FA784 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 167 | 132 | - |
| CMYK | 0.62 | 0 | 0.21 | 0.35 |
| HSL | 159.81º | 0.45% | 0.45% | - |
| HSV(B) | 159.81º | 0.62% | 0.65% | - |
| XYZ | 20.03 | 30.36 | 26.63 | - |
| YUV | 131.91 | 128.04 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 167 | 132 | 0.62 | 0 | 0.21 | 0.35 | 159.81 | 0.45 | 0.45 |
| Hex | 3F | A7 | 84 | 3E | 0 | 15 | 23 | A0 | 2D | 2D |
| Octal | 77 | 247 | 204 | 76 | 0 | 25 | 43 | 240 | 55 | 55 |
| Binary | 111111 | 10100111 | 10000100 | 111110 | 0 | 10101 | 100011 | 10100000 | 101101 | 101101 |
Color Harmonies of #3FA784
Complementary color
Monochromatic Colors of #3FA784
Black with #3FA784
Text Example
Text Example
White with #3FA784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA784; }
p { color: rgb(63,167,132); }
H1.HeaderClassName
{
color: #3FA784;
}
.AnyTagClassName
{
color: #3FA784;
}
</style>
background-color css
<style>
a { background-color: #3FA784; }
a { background-color: rgb(63,167,132); }
div.DivClassName
{
background-color: #3FA784;
}
.BgClassName
{
background-color: #3FA784;
}
</style>
border-color css
<style>
span { border-color: #3FA784; }
span { border-color: rgb(63,167,132); }
td.TdClassName
{
border-color: #3FA784;
}
.TagClassName
{
border-color: #3FA784;
}
</style>