Shades of Gossamer #3FA37C
Tints of Gossamer #3FA37C
RGB
CMYK
RGB Variations
Color information
#3FA37C (or 0x3FA37C) is known color: Gossamer. HEX triplet: 3F, A3 and 7C. RGB value is (63,163,124). Sum of RGB (Red+Green+Blue) = 63+163+124=350 (46% of max value = 765). Red value is 63 (25% from 255 or 18% from 350); Green value is 163 (64.06% from 255 or 46.57% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 163 - color contains mainly: green. Hex color #3FA37C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA37C is #C05C83. Grayscale: #808080. Windows color (decimal): -12606596 or 8168255. OLE color: 8168255.
HSL color Cylindrical-coordinate representation of color #3FA37C: hue angle of 156.6º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA37C is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 163 | 124 | - |
| CMYK | 0.61 | 0 | 0.24 | 0.36 |
| HSL | 156.6º | 0.44% | 0.44% | - |
| HSV(B) | 156.6º | 0.61% | 0.64% | - |
| XYZ | 18.79 | 28.71 | 23.62 | - |
| YUV | 128.65 | 125.37 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 163 | 124 | 0.61 | 0 | 0.24 | 0.36 | 156.6 | 0.44 | 0.44 |
| Hex | 3F | A3 | 7C | 3D | 0 | 18 | 24 | 9D | 2C | 2C |
| Octal | 77 | 243 | 174 | 75 | 0 | 30 | 44 | 235 | 54 | 54 |
| Binary | 111111 | 10100011 | 1111100 | 111101 | 0 | 11000 | 100100 | 10011101 | 101100 | 101100 |
Color Harmonies of #3FA37C
Complementary color
Monochromatic Colors of #3FA37C
Black with #3FA37C
Text Example
Text Example
White with #3FA37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA37C; }
p { color: rgb(63,163,124); }
H1.HeaderClassName
{
color: #3FA37C;
}
.AnyTagClassName
{
color: #3FA37C;
}
</style>
background-color css
<style>
a { background-color: #3FA37C; }
a { background-color: rgb(63,163,124); }
div.DivClassName
{
background-color: #3FA37C;
}
.BgClassName
{
background-color: #3FA37C;
}
</style>
border-color css
<style>
span { border-color: #3FA37C; }
span { border-color: rgb(63,163,124); }
td.TdClassName
{
border-color: #3FA37C;
}
.TagClassName
{
border-color: #3FA37C;
}
</style>