Shades of Fruit Salad #3FA647
Tints of Fruit Salad #3FA647
RGB
CMYK
RGB Variations
Color information
#3FA647 (or 0x3FA647) is known color: Fruit Salad. HEX triplet: 3F, A6 and 47. RGB value is (63,166,71). Sum of RGB (Red+Green+Blue) = 63+166+71=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 166 (65.23% from 255 or 55.33% from 300); Blue value is 71 (28.12% from 255 or 23.67% from 300); Max value from RGB is 166 - color contains mainly: green. Hex color #3FA647 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA647 is #C059B8. Grayscale: #7C7C7C. Windows color (decimal): -12605881 or 4695615. OLE color: 4695615.
HSL color Cylindrical-coordinate representation of color #3FA647: hue angle of 124.66º 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 #3FA647 is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 166 | 71 | - |
| CMYK | 0.62 | 0 | 0.57 | 0.35 |
| HSL | 124.66º | 0.45% | 0.45% | - |
| HSV(B) | 124.66º | 0.62% | 0.65% | - |
| XYZ | 16.82 | 28.78 | 10.63 | - |
| YUV | 124.37 | 97.88 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 166 | 71 | 0.62 | 0 | 0.57 | 0.35 | 124.66 | 0.45 | 0.45 |
| Hex | 3F | A6 | 47 | 3E | 0 | 39 | 23 | 7D | 2D | 2D |
| Octal | 77 | 246 | 107 | 76 | 0 | 71 | 43 | 175 | 55 | 55 |
| Binary | 111111 | 10100110 | 1000111 | 111110 | 0 | 111001 | 100011 | 1111101 | 101101 | 101101 |
Color Harmonies of #3FA647
Complementary color
Monochromatic Colors of #3FA647
Black with #3FA647
Text Example
Text Example
White with #3FA647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA647; }
p { color: rgb(63,166,71); }
H1.HeaderClassName
{
color: #3FA647;
}
.AnyTagClassName
{
color: #3FA647;
}
</style>
background-color css
<style>
a { background-color: #3FA647; }
a { background-color: rgb(63,166,71); }
div.DivClassName
{
background-color: #3FA647;
}
.BgClassName
{
background-color: #3FA647;
}
</style>
border-color css
<style>
span { border-color: #3FA647; }
span { border-color: rgb(63,166,71); }
td.TdClassName
{
border-color: #3FA647;
}
.TagClassName
{
border-color: #3FA647;
}
</style>