Shades of Gossamer #3FA382
Tints of Gossamer #3FA382
RGB
CMYK
RGB Variations
Color information
#3FA382 (or 0x3FA382) is known color: Gossamer. HEX triplet: 3F, A3 and 82. RGB value is (63,163,130). Sum of RGB (Red+Green+Blue) = 63+163+130=356 (47% of max value = 765). Red value is 63 (25% from 255 or 17.70% from 356); Green value is 163 (64.06% from 255 or 45.79% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 163 - color contains mainly: green. Hex color #3FA382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA382 is #C05C7D. Grayscale: #818181. Windows color (decimal): -12606590 or 8561471. OLE color: 8561471.
HSL color Cylindrical-coordinate representation of color #3FA382: hue angle of 160.2º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA382 is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 163 | 130 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.36 |
| HSL | 160.2º | 0.44% | 0.44% | - |
| HSV(B) | 160.2º | 0.61% | 0.64% | - |
| XYZ | 19.18 | 28.86 | 25.68 | - |
| YUV | 129.34 | 128.37 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 163 | 130 | 0.61 | 0 | 0.20 | 0.36 | 160.2 | 0.44 | 0.44 |
| Hex | 3F | A3 | 82 | 3D | 0 | 14 | 24 | A0 | 2C | 2C |
| Octal | 77 | 243 | 202 | 75 | 0 | 24 | 44 | 240 | 54 | 54 |
| Binary | 111111 | 10100011 | 10000010 | 111101 | 0 | 10100 | 100100 | 10100000 | 101100 | 101100 |
Color Harmonies of #3FA382
Complementary color
Monochromatic Colors of #3FA382
Black with #3FA382
Text Example
Text Example
White with #3FA382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA382; }
p { color: rgb(63,163,130); }
H1.HeaderClassName
{
color: #3FA382;
}
.AnyTagClassName
{
color: #3FA382;
}
</style>
background-color css
<style>
a { background-color: #3FA382; }
a { background-color: rgb(63,163,130); }
div.DivClassName
{
background-color: #3FA382;
}
.BgClassName
{
background-color: #3FA382;
}
</style>
border-color css
<style>
span { border-color: #3FA382; }
span { border-color: rgb(63,163,130); }
td.TdClassName
{
border-color: #3FA382;
}
.TagClassName
{
border-color: #3FA382;
}
</style>