Shades of Fruit Salad #3FA146
Tints of Fruit Salad #3FA146
RGB
CMYK
RGB Variations
Color information
#3FA146 (or 0x3FA146) is known color: Fruit Salad. HEX triplet: 3F, A1 and 46. RGB value is (63,161,70). Sum of RGB (Red+Green+Blue) = 63+161+70=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 161 (63.28% from 255 or 54.76% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 161 - color contains mainly: green. Hex color #3FA146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA146 is #C05EB9. Grayscale: #797979. Windows color (decimal): -12607162 or 4628799. OLE color: 4628799.
HSL color Cylindrical-coordinate representation of color #3FA146: hue angle of 124.29º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA146 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 63 | 161 | 70 | - |
| CMYK | 0.61 | 0 | 0.57 | 0.37 |
| HSL | 124.29º | 0.44% | 0.44% | - |
| HSV(B) | 124.29º | 0.61% | 0.63% | - |
| XYZ | 15.9 | 26.99 | 10.17 | - |
| YUV | 121.32 | 99.03 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 161 | 70 | 0.61 | 0 | 0.57 | 0.37 | 124.29 | 0.44 | 0.44 |
| Hex | 3F | A1 | 46 | 3D | 0 | 39 | 25 | 7C | 2C | 2C |
| Octal | 77 | 241 | 106 | 75 | 0 | 71 | 45 | 174 | 54 | 54 |
| Binary | 111111 | 10100001 | 1000110 | 111101 | 0 | 111001 | 100101 | 1111100 | 101100 | 101100 |
Color Harmonies of #3FA146
Complementary color
Monochromatic Colors of #3FA146
Black with #3FA146
Text Example
Text Example
White with #3FA146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA146; }
p { color: rgb(63,161,70); }
H1.HeaderClassName
{
color: #3FA146;
}
.AnyTagClassName
{
color: #3FA146;
}
</style>
background-color css
<style>
a { background-color: #3FA146; }
a { background-color: rgb(63,161,70); }
div.DivClassName
{
background-color: #3FA146;
}
.BgClassName
{
background-color: #3FA146;
}
</style>
border-color css
<style>
span { border-color: #3FA146; }
span { border-color: rgb(63,161,70); }
td.TdClassName
{
border-color: #3FA146;
}
.TagClassName
{
border-color: #3FA146;
}
</style>