Shades of Gossamer #3FA583
Tints of Gossamer #3FA583
RGB
CMYK
RGB Variations
Color information
#3FA583 (or 0x3FA583) is known color: Gossamer. HEX triplet: 3F, A5 and 83. RGB value is (63,165,131). Sum of RGB (Red+Green+Blue) = 63+165+131=359 (47% of max value = 765). Red value is 63 (25% from 255 or 17.55% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 165 - color contains mainly: green. Hex color #3FA583 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA583 is #C05A7C. Grayscale: #828282. Windows color (decimal): -12606077 or 8627519. OLE color: 8627519.
HSL color Cylindrical-coordinate representation of color #3FA583: hue angle of 160º 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 #3FA583 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 165 | 131 | - |
| CMYK | 0.62 | 0 | 0.21 | 0.35 |
| HSL | 160º | 0.45% | 0.45% | - |
| HSV(B) | 160º | 0.62% | 0.65% | - |
| XYZ | 19.6 | 29.61 | 26.15 | - |
| YUV | 130.63 | 128.21 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 165 | 131 | 0.62 | 0 | 0.21 | 0.35 | 160 | 0.45 | 0.45 |
| Hex | 3F | A5 | 83 | 3E | 0 | 15 | 23 | A0 | 2D | 2D |
| Octal | 77 | 245 | 203 | 76 | 0 | 25 | 43 | 240 | 55 | 55 |
| Binary | 111111 | 10100101 | 10000011 | 111110 | 0 | 10101 | 100011 | 10100000 | 101101 | 101101 |
Color Harmonies of #3FA583
Complementary color
Monochromatic Colors of #3FA583
Black with #3FA583
Text Example
Text Example
White with #3FA583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA583; }
p { color: rgb(63,165,131); }
H1.HeaderClassName
{
color: #3FA583;
}
.AnyTagClassName
{
color: #3FA583;
}
</style>
background-color css
<style>
a { background-color: #3FA583; }
a { background-color: rgb(63,165,131); }
div.DivClassName
{
background-color: #3FA583;
}
.BgClassName
{
background-color: #3FA583;
}
</style>
border-color css
<style>
span { border-color: #3FA583; }
span { border-color: rgb(63,165,131); }
td.TdClassName
{
border-color: #3FA583;
}
.TagClassName
{
border-color: #3FA583;
}
</style>