Shades of Gossamer #3FA581
Tints of Gossamer #3FA581
RGB
CMYK
RGB Variations
Color information
#3FA581 (or 0x3FA581) is known color: Gossamer. HEX triplet: 3F, A5 and 81. RGB value is (63,165,129). Sum of RGB (Red+Green+Blue) = 63+165+129=357 (47% of max value = 765). Red value is 63 (25% from 255 or 17.65% from 357); Green value is 165 (64.84% from 255 or 46.22% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 165 - color contains mainly: green. Hex color #3FA581 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA581 is #C05A7E. Grayscale: #828282. Windows color (decimal): -12606079 or 8496447. OLE color: 8496447.
HSL color Cylindrical-coordinate representation of color #3FA581: hue angle of 158.82º 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 #3FA581 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 165 | 129 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.35 |
| HSL | 158.82º | 0.45% | 0.45% | - |
| HSV(B) | 158.82º | 0.62% | 0.65% | - |
| XYZ | 19.47 | 29.55 | 25.45 | - |
| YUV | 130.4 | 127.21 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 165 | 129 | 0.62 | 0 | 0.22 | 0.35 | 158.82 | 0.45 | 0.45 |
| Hex | 3F | A5 | 81 | 3E | 0 | 16 | 23 | 9F | 2D | 2D |
| Octal | 77 | 245 | 201 | 76 | 0 | 26 | 43 | 237 | 55 | 55 |
| Binary | 111111 | 10100101 | 10000001 | 111110 | 0 | 10110 | 100011 | 10011111 | 101101 | 101101 |
Color Harmonies of #3FA581
Complementary color
Monochromatic Colors of #3FA581
Black with #3FA581
Text Example
Text Example
White with #3FA581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA581; }
p { color: rgb(63,165,129); }
H1.HeaderClassName
{
color: #3FA581;
}
.AnyTagClassName
{
color: #3FA581;
}
</style>
background-color css
<style>
a { background-color: #3FA581; }
a { background-color: rgb(63,165,129); }
div.DivClassName
{
background-color: #3FA581;
}
.BgClassName
{
background-color: #3FA581;
}
</style>
border-color css
<style>
span { border-color: #3FA581; }
span { border-color: rgb(63,165,129); }
td.TdClassName
{
border-color: #3FA581;
}
.TagClassName
{
border-color: #3FA581;
}
</style>