Shades of Gossamer #3FA591
Tints of Gossamer #3FA591
RGB
CMYK
RGB Variations
Color information
#3FA591 (or 0x3FA591) is known color: Gossamer. HEX triplet: 3F, A5 and 91. RGB value is (63,165,145). Sum of RGB (Red+Green+Blue) = 63+165+145=373 (49% of max value = 765). Red value is 63 (25% from 255 or 16.89% from 373); Green value is 165 (64.84% from 255 or 44.24% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 165 - color contains mainly: green. Hex color #3FA591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA591 is #C05A6E. Grayscale: #848484. Windows color (decimal): -12606063 or 9545023. OLE color: 9545023.
HSL color Cylindrical-coordinate representation of color #3FA591: hue angle of 168.24º 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 #3FA591 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 165 | 145 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.35 |
| HSL | 168.24º | 0.45% | 0.45% | - |
| HSV(B) | 168.24º | 0.62% | 0.65% | - |
| XYZ | 20.62 | 30.01 | 31.49 | - |
| YUV | 132.22 | 135.21 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 165 | 145 | 0.62 | 0 | 0.12 | 0.35 | 168.24 | 0.45 | 0.45 |
| Hex | 3F | A5 | 91 | 3E | 0 | C | 23 | A8 | 2D | 2D |
| Octal | 77 | 245 | 221 | 76 | 0 | 14 | 43 | 250 | 55 | 55 |
| Binary | 111111 | 10100101 | 10010001 | 111110 | 0 | 1100 | 100011 | 10101000 | 101101 | 101101 |
Color Harmonies of #3FA591
Complementary color
Monochromatic Colors of #3FA591
Black with #3FA591
Text Example
Text Example
White with #3FA591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA591; }
p { color: rgb(63,165,145); }
H1.HeaderClassName
{
color: #3FA591;
}
.AnyTagClassName
{
color: #3FA591;
}
</style>
background-color css
<style>
a { background-color: #3FA591; }
a { background-color: rgb(63,165,145); }
div.DivClassName
{
background-color: #3FA591;
}
.BgClassName
{
background-color: #3FA591;
}
</style>
border-color css
<style>
span { border-color: #3FA591; }
span { border-color: rgb(63,165,145); }
td.TdClassName
{
border-color: #3FA591;
}
.TagClassName
{
border-color: #3FA591;
}
</style>