Shades of Gossamer #3FA77D
Tints of Gossamer #3FA77D
RGB
CMYK
RGB Variations
Color information
#3FA77D (or 0x3FA77D) is known color: Gossamer. HEX triplet: 3F, A7 and 7D. RGB value is (63,167,125). Sum of RGB (Red+Green+Blue) = 63+167+125=355 (47% of max value = 765). Red value is 63 (25% from 255 or 17.75% from 355); Green value is 167 (65.62% from 255 or 47.04% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 167 - color contains mainly: green. Hex color #3FA77D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA77D is #C05882. Grayscale: #838383. Windows color (decimal): -12605571 or 8234815. OLE color: 8234815.
HSL color Cylindrical-coordinate representation of color #3FA77D: hue angle of 155.77º 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 #3FA77D is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 167 | 125 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.35 |
| HSL | 155.77º | 0.45% | 0.45% | - |
| HSV(B) | 155.77º | 0.62% | 0.65% | - |
| XYZ | 19.57 | 30.17 | 24.19 | - |
| YUV | 131.12 | 124.54 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 167 | 125 | 0.62 | 0 | 0.25 | 0.35 | 155.77 | 0.45 | 0.45 |
| Hex | 3F | A7 | 7D | 3E | 0 | 19 | 23 | 9C | 2D | 2D |
| Octal | 77 | 247 | 175 | 76 | 0 | 31 | 43 | 234 | 55 | 55 |
| Binary | 111111 | 10100111 | 1111101 | 111110 | 0 | 11001 | 100011 | 10011100 | 101101 | 101101 |
Color Harmonies of #3FA77D
Complementary color
Monochromatic Colors of #3FA77D
Black with #3FA77D
Text Example
Text Example
White with #3FA77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA77D; }
p { color: rgb(63,167,125); }
H1.HeaderClassName
{
color: #3FA77D;
}
.AnyTagClassName
{
color: #3FA77D;
}
</style>
background-color css
<style>
a { background-color: #3FA77D; }
a { background-color: rgb(63,167,125); }
div.DivClassName
{
background-color: #3FA77D;
}
.BgClassName
{
background-color: #3FA77D;
}
</style>
border-color css
<style>
span { border-color: #3FA77D; }
span { border-color: rgb(63,167,125); }
td.TdClassName
{
border-color: #3FA77D;
}
.TagClassName
{
border-color: #3FA77D;
}
</style>