Shades of Fruit Salad #3FA246
Tints of Fruit Salad #3FA246
RGB
CMYK
RGB Variations
Color information
#3FA246 (or 0x3FA246) is known color: Fruit Salad. HEX triplet: 3F, A2 and 46. RGB value is (63,162,70). Sum of RGB (Red+Green+Blue) = 63+162+70=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 162 (63.67% from 255 or 54.92% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 162 - color contains mainly: green. Hex color #3FA246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA246 is #C05DB9. Grayscale: #7A7A7A. Windows color (decimal): -12606906 or 4629055. OLE color: 4629055.
HSL color Cylindrical-coordinate representation of color #3FA246: hue angle of 124.24º 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 #3FA246 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 162 | 70 | - |
| CMYK | 0.61 | 0 | 0.57 | 0.36 |
| HSL | 124.24º | 0.44% | 0.44% | - |
| HSV(B) | 124.24º | 0.61% | 0.64% | - |
| XYZ | 16.08 | 27.34 | 10.22 | - |
| YUV | 121.91 | 98.7 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 162 | 70 | 0.61 | 0 | 0.57 | 0.36 | 124.24 | 0.44 | 0.44 |
| Hex | 3F | A2 | 46 | 3D | 0 | 39 | 24 | 7C | 2C | 2C |
| Octal | 77 | 242 | 106 | 75 | 0 | 71 | 44 | 174 | 54 | 54 |
| Binary | 111111 | 10100010 | 1000110 | 111101 | 0 | 111001 | 100100 | 1111100 | 101100 | 101100 |
Color Harmonies of #3FA246
Complementary color
Monochromatic Colors of #3FA246
Black with #3FA246
Text Example
Text Example
White with #3FA246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA246; }
p { color: rgb(63,162,70); }
H1.HeaderClassName
{
color: #3FA246;
}
.AnyTagClassName
{
color: #3FA246;
}
</style>
background-color css
<style>
a { background-color: #3FA246; }
a { background-color: rgb(63,162,70); }
div.DivClassName
{
background-color: #3FA246;
}
.BgClassName
{
background-color: #3FA246;
}
</style>
border-color css
<style>
span { border-color: #3FA246; }
span { border-color: rgb(63,162,70); }
td.TdClassName
{
border-color: #3FA246;
}
.TagClassName
{
border-color: #3FA246;
}
</style>