Shades of Gossamer #3FA582
Tints of Gossamer #3FA582
RGB
CMYK
RGB Variations
Color information
#3FA582 (or 0x3FA582) is known color: Gossamer. HEX triplet: 3F, A5 and 82. RGB value is (63,165,130). Sum of RGB (Red+Green+Blue) = 63+165+130=358 (47% of max value = 765). Red value is 63 (25% from 255 or 17.60% from 358); Green value is 165 (64.84% from 255 or 46.09% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 165 - color contains mainly: green. Hex color #3FA582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA582 is #C05A7D. Grayscale: #828282. Windows color (decimal): -12606078 or 8561983. OLE color: 8561983.
HSL color Cylindrical-coordinate representation of color #3FA582: hue angle of 159.41º 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 #3FA582 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 165 | 130 | - |
| CMYK | 0.62 | 0 | 0.21 | 0.35 |
| HSL | 159.41º | 0.45% | 0.45% | - |
| HSV(B) | 159.41º | 0.62% | 0.65% | - |
| XYZ | 19.53 | 29.58 | 25.8 | - |
| YUV | 130.51 | 127.71 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 165 | 130 | 0.62 | 0 | 0.21 | 0.35 | 159.41 | 0.45 | 0.45 |
| Hex | 3F | A5 | 82 | 3E | 0 | 15 | 23 | 9F | 2D | 2D |
| Octal | 77 | 245 | 202 | 76 | 0 | 25 | 43 | 237 | 55 | 55 |
| Binary | 111111 | 10100101 | 10000010 | 111110 | 0 | 10101 | 100011 | 10011111 | 101101 | 101101 |
Color Harmonies of #3FA582
Complementary color
Monochromatic Colors of #3FA582
Black with #3FA582
Text Example
Text Example
White with #3FA582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA582; }
p { color: rgb(63,165,130); }
H1.HeaderClassName
{
color: #3FA582;
}
.AnyTagClassName
{
color: #3FA582;
}
</style>
background-color css
<style>
a { background-color: #3FA582; }
a { background-color: rgb(63,165,130); }
div.DivClassName
{
background-color: #3FA582;
}
.BgClassName
{
background-color: #3FA582;
}
</style>
border-color css
<style>
span { border-color: #3FA582; }
span { border-color: rgb(63,165,130); }
td.TdClassName
{
border-color: #3FA582;
}
.TagClassName
{
border-color: #3FA582;
}
</style>