Shades of Gossamer #3FAF84
Tints of Gossamer #3FAF84
RGB
CMYK
RGB Variations
Color information
#3FAF84 (or 0x3FAF84) is known color: Gossamer. HEX triplet: 3F, AF and 84. RGB value is (63,175,132). Sum of RGB (Red+Green+Blue) = 63+175+132=370 (49% of max value = 765). Red value is 63 (25% from 255 or 17.03% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAF84 is #C0507B. Grayscale: #888888. Windows color (decimal): -12603516 or 8695615. OLE color: 8695615.
HSL color Cylindrical-coordinate representation of color #3FAF84: hue angle of 156.96º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FAF84 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 175 | 132 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.31 |
| HSL | 156.96º | 0.47% | 0.47% | - |
| HSV(B) | 156.96º | 0.64% | 0.69% | - |
| XYZ | 21.54 | 33.38 | 27.14 | - |
| YUV | 136.61 | 125.39 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 132 | 0.64 | 0 | 0.25 | 0.31 | 156.96 | 0.47 | 0.47 |
| Hex | 3F | AF | 84 | 40 | 0 | 19 | 1F | 9D | 2F | 2F |
| Octal | 77 | 257 | 204 | 100 | 0 | 31 | 37 | 235 | 57 | 57 |
| Binary | 111111 | 10101111 | 10000100 | 1000000 | 0 | 11001 | 11111 | 10011101 | 101111 | 101111 |
Color Harmonies of #3FAF84
Complementary color
Monochromatic Colors of #3FAF84
Black with #3FAF84
Text Example
Text Example
White with #3FAF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAF84; }
p { color: rgb(63,175,132); }
H1.HeaderClassName
{
color: #3FAF84;
}
.AnyTagClassName
{
color: #3FAF84;
}
</style>
background-color css
<style>
a { background-color: #3FAF84; }
a { background-color: rgb(63,175,132); }
div.DivClassName
{
background-color: #3FAF84;
}
.BgClassName
{
background-color: #3FAF84;
}
</style>
border-color css
<style>
span { border-color: #3FAF84; }
span { border-color: rgb(63,175,132); }
td.TdClassName
{
border-color: #3FAF84;
}
.TagClassName
{
border-color: #3FAF84;
}
</style>