Shades of Gossamer #3FA67C
Tints of Gossamer #3FA67C
RGB
CMYK
RGB Variations
Color information
#3FA67C (or 0x3FA67C) is known color: Gossamer. HEX triplet: 3F, A6 and 7C. RGB value is (63,166,124). Sum of RGB (Red+Green+Blue) = 63+166+124=353 (46% of max value = 765). Red value is 63 (25% from 255 or 17.85% from 353); Green value is 166 (65.23% from 255 or 47.03% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 166 - color contains mainly: green. Hex color #3FA67C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA67C is #C05983. Grayscale: #828282. Windows color (decimal): -12605828 or 8169023. OLE color: 8169023.
HSL color Cylindrical-coordinate representation of color #3FA67C: hue angle of 155.53º 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 #3FA67C is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 166 | 124 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.35 |
| HSL | 155.53º | 0.45% | 0.45% | - |
| HSV(B) | 155.53º | 0.62% | 0.65% | - |
| XYZ | 19.32 | 29.78 | 23.8 | - |
| YUV | 130.42 | 124.38 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 166 | 124 | 0.62 | 0 | 0.25 | 0.35 | 155.53 | 0.45 | 0.45 |
| Hex | 3F | A6 | 7C | 3E | 0 | 19 | 23 | 9C | 2D | 2D |
| Octal | 77 | 246 | 174 | 76 | 0 | 31 | 43 | 234 | 55 | 55 |
| Binary | 111111 | 10100110 | 1111100 | 111110 | 0 | 11001 | 100011 | 10011100 | 101101 | 101101 |
Color Harmonies of #3FA67C
Complementary color
Monochromatic Colors of #3FA67C
Black with #3FA67C
Text Example
Text Example
White with #3FA67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA67C; }
p { color: rgb(63,166,124); }
H1.HeaderClassName
{
color: #3FA67C;
}
.AnyTagClassName
{
color: #3FA67C;
}
</style>
background-color css
<style>
a { background-color: #3FA67C; }
a { background-color: rgb(63,166,124); }
div.DivClassName
{
background-color: #3FA67C;
}
.BgClassName
{
background-color: #3FA67C;
}
</style>
border-color css
<style>
span { border-color: #3FA67C; }
span { border-color: rgb(63,166,124); }
td.TdClassName
{
border-color: #3FA67C;
}
.TagClassName
{
border-color: #3FA67C;
}
</style>